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

Type trait to check if a given type is a container. More...

#include <ArrayUtils.h>

Static Public Attributes

static constexpr bool const value = is_container_impl::is_container<std::decay_t<T>>::value
 

Detailed Description

template<typename T>
struct ArrayUtils::is_container< T >

Type trait to check if a given type is a container.

Template Parameters
TType to check.

Member Data Documentation

◆ value

template<typename T >
constexpr bool const ArrayUtils::is_container< T >::value = is_container_impl::is_container<std::decay_t<T>>::value
staticconstexpr

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