AutoPas  3.0.0
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
autopas::utils::ArrayUtils::is_container< T > Struct Template Reference

#include <ArrayUtils.h>

Static Public Attributes

static constexpr bool const value
 bool value true if given type is a container false if not
 

Detailed Description

template<typename T>
struct autopas::utils::ArrayUtils::is_container< T >
Template Parameters
TType to check. Type trait to check if a given type is a container for use with overloaded stream operator.

Member Data Documentation

◆ value

template<typename T >
autopas::utils::ArrayUtils::is_container< T >::value
staticconstexpr
Initial value:
=
Default case: T is not a container.
Definition: ArrayUtils.h:29
static constexpr bool const value
bool value true if given type is a container false if not
Definition: ArrayUtils.h:63

bool value true if given type is a container false if not


The documentation for this struct was generated from the following file: