Version: SMASH-3.1
smash::anonymous_namespace{configuration.cc}::IsStdMap< T > Struct Template Reference

template<typename T>
struct smash::anonymous_namespace{configuration.cc}::IsStdMap< T >

A utility type to be specialized to check if a type is a std::map .

Template Parameters
TA generic template parameter.

Definition at line 412 of file configuration.cc.

Static Public Attributes

static constexpr bool value = false
 A boolean value to indicate whether T is a map or not. More...
 

Member Data Documentation

◆ value

template<typename T >
constexpr bool smash::anonymous_namespace{configuration.cc}::IsStdMap< T >::value = false
staticconstexpr

A boolean value to indicate whether T is a map or not.

Here it is always false, because there is another template specialization that will select those cases where value is going to be true.

Definition at line 418 of file configuration.cc.


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