Utopia  2
Framework for studying models of complex & adaptive systems.
Utopia::Utils::has_static_size_base< T, std::numeric_limits< std::size_t >::max() > Struct Template Reference

Determine if type T is 'tuplelike' - specialization for scalars. 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, std::numeric_limits< std::size_t >::max() >:
Inheritance graph
[legend]
Collaboration diagram for Utopia::Utils::has_static_size_base< T, std::numeric_limits< std::size_t >::max() >:
Collaboration graph
[legend]

Detailed Description

template<typename T>
struct Utopia::Utils::has_static_size_base< T, std::numeric_limits< std::size_t >::max() >

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

Template Parameters
TType to test

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