SyDEVS  v0.6.7
Multiscale Simulation and Systems Modeling Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
sydevs::qualified_type< T > Struct Template Reference

#include <qualified_type.h>

Static Public Member Functions

static std::string tostring (const T &X)
 If T is a qualified type, converts X to a std::string. More...
 
static pointer copy (const T &X)
 If T is a qualified type, returns a deep copy of X. More...
 

Static Public Attributes

static constexpr bool valid = false
 Indicates whether type T is a qualified type. More...
 
static constexpr bool valid_and_sortable = false
 Indicates whether type T is both a qualified type and a sortable type. More...
 

Member Function Documentation

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

If T is a qualified type, returns a deep copy of X.

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

If T is a qualified type, converts X to a std::string.

Member Data Documentation

template<typename T>
constexpr bool sydevs::qualified_type< T >::valid = false
static

Indicates whether type T is a qualified type.

template<typename T>
constexpr bool sydevs::qualified_type< T >::valid_and_sortable = false
static

Indicates whether type T is both a qualified type and a sortable type.


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