Molecular Dynamics Simulation  1.0
Static Public Attributes | List of all members
ArrayUtils::is_container< T > Struct Template Reference

#include <ArrayUtils.h>

Collaboration diagram for ArrayUtils::is_container< T >:
Collaboration graph

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.

Definition at line 83 of file ArrayUtils.h.

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

Definition at line 84 of file ArrayUtils.h.


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