UPstream data type (fundamental or user-defined), after resolving any aliases. More...


Public Types | |
| using | base = std::conditional_t< UPstream_user_dataType< std::remove_cv_t< T > >::value, std::remove_cv_t< T >, typename UPstream_alias_dataType< T >::base > |
Static Public Attributes | |
| static constexpr auto | datatype_id |
| The corresponding UPstream::dataTypes enumeration. More... | |
UPstream data type (fundamental or user-defined), after resolving any aliases.
Definition at line 297 of file UPstreamTraits.H.
| using base = std::conditional_t < UPstream_user_dataType<std::remove_cv_t<T> >::value, std::remove_cv_t<T>, typename UPstream_alias_dataType<T>::base > |
Definition at line 310 of file UPstreamTraits.H.
|
static |
The corresponding UPstream::dataTypes enumeration.
Definition at line 315 of file UPstreamTraits.H.