Template Function dds::core::xtypes::primitive_type

Function Documentation

template<typename T>
TPrimitiveType<T, detail::DynamicType> dds::core::xtypes::primitive_type()

Primitive type constructor. This function can be used as follows:

DynamicType int16Type = primitive_type<int16_t>();