Molecular Dynamics Simulation  1.0
Classes
ArrayUtils::is_container_impl Namespace Reference

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

Classes

struct  is_container
 
struct  is_container< std::array< T, N > >
 
struct  is_container< std::vector< Args... > >
 
struct  is_container< std::list< Args... > >
 
struct  is_container< std::set< Args... > >
 
struct  is_container< std::unordered_set< Args... > >
 

Detailed Description

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

Collection of structs that define what we consider a container. Remove / add whatever you need.