Utopia  2
Framework for studying models of complex & adaptive systems.
Utopia::Utils::is_graph< T, std::void_t< std::enable_if_t< has_edge_descriptor_v< T > and has_vertex_descriptor_v< T >, int > > > Struct Template Reference

Check if some type T is a graph by checking if it has edge_- and vertex_descriptors. More...

#include <type_traits.hh>

Inheritance diagram for Utopia::Utils::is_graph< T, std::void_t< std::enable_if_t< has_edge_descriptor_v< T > and has_vertex_descriptor_v< T >, int > > >:
Inheritance graph
[legend]
Collaboration diagram for Utopia::Utils::is_graph< T, std::void_t< std::enable_if_t< has_edge_descriptor_v< T > and has_vertex_descriptor_v< T >, int > > >:
Collaboration graph
[legend]

Detailed Description

template<typename T>
struct Utopia::Utils::is_graph< T, std::void_t< std::enable_if_t< has_edge_descriptor_v< T > and has_vertex_descriptor_v< T >, int > > >

Check if some type T is a graph by checking if it has edge_- and vertex_descriptors.

Template Parameters
TType to check

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