|
MolSim
|
Collection of structs that define what we consider a container. Remove / add whatever you need. More...
Classes | |
| struct | is_container |
| Default case: T is not a container. More... | |
| struct | is_container< std::array< T, N > > |
| Specialization to allow std::array. More... | |
| struct | is_container< std::list< Args... > > |
| Specialization to allow std::list. More... | |
| struct | is_container< std::set< Args... > > |
| Specialization to allow std::set. More... | |
| struct | is_container< std::unordered_set< Args... > > |
| Specialization to allow std::unordered_set. More... | |
| struct | is_container< std::vector< Args... > > |
| Specialization to allow std::vector. More... | |
Collection of structs that define what we consider a container. Remove / add whatever you need.