template<typename ElementValueType, typename TargetValueType, bool conversion_allowed = SupportTargetTypeConversion<ElementValueType, TargetValueType>::value>
struct ddl::codec::detail::TargetValueConverter< ElementValueType, TargetValueType, conversion_allowed >
Converter to convert a value of ElementValueType to a value of TargetValueType.
- Template Parameters
-
| ElementValueType | The source value type to convert from |
| TargetValueType | The target value type to convert to |
| conversion_allowed | evaluates to a bool value if conversion is possible |