Utopia 2
Framework for studying models of complex & adaptive systems.
|
Check if a type T is a random access container, i.e., any container type T that has an iterator tagged with std::random_access_iterator_tag. More...
#include <type_traits.hh>
Check if a type T is a random access container, i.e., any container type T that has an iterator tagged with std::random_access_iterator_tag.
T | type to check |