| 
    Molecular Dynamics Simulation
    1.0
    
   | 
 
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... > > | 
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.