#include <ShStorageType.hpp>
Inheritance diagram for SH::ShStorageTypeInfo< T >:
Public Types | |
typedef T | storage_type |
typedef __ShRegularStorageType< T >::type | RegularType |
Non-special storage type corresponding to T. | |
typedef __ShIntervalStorageType< T >::type | IntervalType |
Interval storage type corresponding to T (either T itself or uses T as its bounds). | |
Static Public Attributes | |
static const ShValueType | value_type |
static const ShValueType | RegularValueType |
static const ShValueType | IntervalValueType |
static const char * | name |
This is the class to specialize for user-defined types
Definition at line 267 of file ShStorageType.hpp.
|
Interval storage type corresponding to T (either T itself or uses T as its bounds). May be ShInvalidStorageType if no proper interval type exists Definition at line 281 of file ShStorageType.hpp. |