|
Utopia 2
Framework for studying models of complex & adaptive systems.
|
Check if a type T is a linear container. A linear container for us is any type T that is a container and neither an associative nor an unordered associative container. More...
#include <type_traits.hh>


Check if a type T is a linear container. A linear container for us is any type T that is a container and neither an associative nor an unordered associative container.
| T | type to check |