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

Determine if type T is 'tuplelike'. This is not intended to be used explicitly, refer to 'has_static_size', which serves this purpose. More...

#include <type_traits.hh>

Inheritance diagram for Utopia::Utils::has_static_size_base< T, s >:
Inheritance graph
[legend]
Collaboration diagram for Utopia::Utils::has_static_size_base< T, s >:
Collaboration graph
[legend]

Detailed Description

template<typename T, std::size_t s>
struct Utopia::Utils::has_static_size_base< T, s >

Determine if type T is 'tuplelike'. This is not intended to be used explicitly, refer to 'has_static_size', which serves this purpose.

Template Parameters
TType to test
ssize of the type, determined via 'get_size'

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