StreamTraits< Stream > Struct Template Reference#
StreamTraits< Stream > Struct Template Reference
Provides additional information for stream. More...
#include <stream.h>
Public Types | |
enum | { copyOptimization = 0 } |
Whether to make local copy of stream for optimization during parsing. More... | |
Detailed Description
template<typename Stream>
struct StreamTraits< Stream >
Provides additional information for stream.
By using traits pattern, this type provides a default configuration for stream. For custom stream, this type can be specialized for other configuration. See TEST(Reader, CustomStringStream) in readertest.cpp for example.
Member Enumeration Documentation
◆ anonymous enum
template<typename Stream >
anonymous enum |
The documentation for this struct was generated from the following file:
- /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-composable-kernel/checkouts/develop/include/rapidjson/stream.h