Molecular Dynamics  v0.4
Project for the Practical hosted by the Scientific Computing Chair
Classes
ArrayUtils::is_container_impl Namespace Reference

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

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