StreamTraits< GenericStringStream< Encoding > > Struct Template Reference#
StreamTraits< GenericStringStream< Encoding > > Struct Template Reference
#include <stream.h>
Public Types | |
| enum | { copyOptimization = 1 } |
| enum | |
| Whether to make local copy of stream for optimization during parsing. More... | |
Member Enumeration Documentation
◆ anonymous enum
template<typename Encoding>
| anonymous enum |
◆ anonymous enum
| anonymous enum |
Whether to make local copy of stream for optimization during parsing.
By default, for safety, streams do not use local copy optimization. Stream that can be copied fast should specialize this, like StreamTraits<StringStream>.
The documentation for this struct was generated from the following file: