Molecular Dynamics  v0.4
Project for the Practical hosted by the Scientific Computing Chair
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
 

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
staticconstexpr
Initial value:
=
is_container_impl::is_container<std::decay_t<T>>::value
static constexpr bool const value
Definition: ArrayUtils.h:74

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