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

#include <qualified_type.h>

Static Public Member Functions

static std::string tostring (const std::set< T > &X)
 
static pointer copy (const std::set< T > &X)
 

Static Public Attributes

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

Member Function Documentation

◆ copy()

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

◆ tostring()

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

Member Data Documentation

◆ valid

template<typename T >
constexpr bool sydevs::qualified_type< std::set< T > >::valid = qualified_type<T>::valid
staticconstexpr

◆ valid_and_sortable

template<typename T >
constexpr bool sydevs::qualified_type< std::set< T > >::valid_and_sortable = qualified_type<T>::valid_and_sortable
staticconstexpr

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