|
Molecular Dynamics
v0.4
Project for the Practical hosted by the Scientific Computing Chair
|
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... > > |
Collection of structs that define what we consider a container. Remove / add whatever you need.