AutoPas  3.0.0
Loading...
Searching...
No Matches
Classes
autopas::utils::ArrayUtils::is_container_impl Namespace Reference

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...
 

Detailed Description

Collection of structs that define what we consider a container.