using Ice::StreamHelperCategory = int |
The stream helper category allows to select a StreamHelper specialization for a specific category of types.
The possible values are StreamHelperCategoryUnknown, StreamHelperCategoryBuiltinValue, StreamHelperCategoryBuiltin, StreamHelperCategoryStruct, StreamHelperCategoryEnum, StreamHelperCategorySequence, StreamHelperCategoryDictionary, StreamHelperCategoryProxy, StreamHelperCategoryClass, or StreamHelperCategoryUserException. You can also define your own value if you want to add support for a new type category.
Definition at line 22 of file StreamableTraits.h.