SyDEVS  v0.7
Simulation-based analysis of complex systems involving people, devices, physical elements, and dynamic environments.
sydevs::qualified_type< std::map< Key, T > > Struct Template Reference

#include <qualified_type.h>

Static Public Member Functions

static std::string tostring (const std::map< Key, T > &X)
 
static pointer copy (const std::map< Key, T > &X)
 

Static Public Attributes

static constexpr bool valid = qualified_type<Key>::valid_and_sortable && qualified_type<T>::valid
 
static constexpr bool valid_and_sortable = valid && qualified_type<T>::valid_and_sortable
 

Member Function Documentation

◆ copy()

template<typename Key , typename T >
pointer sydevs::qualified_type< std::map< Key, T > >::copy ( const std::map< Key, T > &  X)
inlinestatic

◆ tostring()

template<typename Key , typename T >
std::string sydevs::qualified_type< std::map< Key, T > >::tostring ( const std::map< Key, T > &  X)
inlinestatic

Member Data Documentation

◆ valid

template<typename Key , typename T >
constexpr bool sydevs::qualified_type< std::map< Key, T > >::valid = qualified_type<Key>::valid_and_sortable && qualified_type<T>::valid
staticconstexpr

◆ valid_and_sortable

template<typename Key , typename T >
constexpr bool sydevs::qualified_type< std::map< Key, T > >::valid_and_sortable = valid && qualified_type<T>::valid_and_sortable
staticconstexpr

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