Utopia  2
Framework for studying models of complex & adaptive systems.
Utopia::Utils::is_random_access_container< T, typename > Struct Template Reference

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>

Inheritance diagram for Utopia::Utils::is_random_access_container< T, typename >:
Inheritance graph
[legend]
Collaboration diagram for Utopia::Utils::is_random_access_container< T, typename >:
Collaboration graph
[legend]

Detailed Description

template<typename T, typename = std::void_t<>>
struct Utopia::Utils::is_random_access_container< T, typename >

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.

Template Parameters
Ttype to check

The documentation for this struct was generated from the following file: