Collection of structs that define what we consider a container. 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::set< Args... > > |
| Specialization to allow std::vector. More... | |
| struct | is_container< std::vector< Args... > > |
| Specialization to allow std::vector. More... | |
Collection of structs that define what we consider a container.