Version: SMASH-3.1
smash::anonymous_namespace{configuration.cc}::IsStdMap< std::map< MapKey, MapValue > > Struct Template Reference

template<typename MapKey, typename MapValue>
struct smash::anonymous_namespace{configuration.cc}::IsStdMap< std::map< MapKey, MapValue > >

A specialization of IsStdMap<T> for cases where the boolean value should be set to true.

Template Parameters
MapKeyA type to indicate map keys.
MapValueA type to indicate map values.

Definition at line 429 of file configuration.cc.

Static Public Attributes

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

Member Data Documentation

◆ value

template<typename MapKey , typename MapValue >
constexpr bool smash::anonymous_namespace{configuration.cc}::IsStdMap< std::map< MapKey, MapValue > >::value = true
staticconstexpr

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

Here it is always true, because this is a template specialization for maps only.

Definition at line 434 of file configuration.cc.


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