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

#include <qualified_type.h>

Static Public Member Functions

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

Static Public Attributes

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

Member Function Documentation

◆ copy()

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

◆ tostring()

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

Member Data Documentation

◆ valid

template<typename T , int64 ndims>
constexpr bool sydevs::qualified_type< arraynd< T, ndims > >::valid = qualified_type<T>::valid
staticconstexpr

◆ valid_and_sortable

template<typename T , int64 ndims>
constexpr bool sydevs::qualified_type< arraynd< T, ndims > >::valid_and_sortable = qualified_type<T>::valid_and_sortable && ndims == 1
staticconstexpr

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