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

#include <qualified_type.h>

Static Public Member Functions

static std::string tostring (const std::pair< T1, T2 > &X)
 
static pointer copy (const std::pair< T1, T2 > &X)
 

Static Public Attributes

static constexpr bool valid = (qualified_type<T1>::valid && qualified_type<T2>::valid)
 
static constexpr bool valid_and_sortable = (qualified_type<T1>::valid_and_sortable && qualified_type<T2>::valid_and_sortable)
 

Member Function Documentation

◆ copy()

template<typename T1 , typename T2 >
pointer sydevs::qualified_type< std::pair< T1, T2 > >::copy ( const std::pair< T1, T2 > &  X)
inlinestatic

◆ tostring()

template<typename T1 , typename T2 >
std::string sydevs::qualified_type< std::pair< T1, T2 > >::tostring ( const std::pair< T1, T2 > &  X)
inlinestatic

Member Data Documentation

◆ valid

template<typename T1 , typename T2 >
constexpr bool sydevs::qualified_type< std::pair< T1, T2 > >::valid = (qualified_type<T1>::valid && qualified_type<T2>::valid)
staticconstexpr

◆ valid_and_sortable

template<typename T1 , typename T2 >
constexpr bool sydevs::qualified_type< std::pair< T1, T2 > >::valid_and_sortable = (qualified_type<T1>::valid_and_sortable && qualified_type<T2>::valid_and_sortable)
staticconstexpr

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