Struct DictionaryConverterFactory¶
-
template<typename
TARGET_TYPE>
structDictionaryConverterFactory¶ Public Types
-
template<>
usingConverterType= DictionaryValueConverter<TARGET_TYPE>¶
Public Functions
-
std::unique_ptr<ConverterType>
create(ConverterCreateParameter param)¶
-
std::unique_ptr<TargetValueConverter>
operator()(ConverterCreateParameter param)¶
-
template<>