Electroneum
Loading...
Searching...
No Matches
StreamTraits< GenericInsituStringStream< 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...

Detailed Description

template<typename Encoding>
struct StreamTraits< GenericInsituStringStream< Encoding > >

Definition at line 214 of file stream.h.

Member Enumeration Documentation

◆ anonymous enum

template<typename Encoding>
anonymous enum
Enumerator
copyOptimization 

Definition at line 215 of file stream.h.

◆ 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>.

Definition at line 79 of file stream.h.

79{ copyOptimization = 0 };

The documentation for this struct was generated from the following file:
  • /home/abuild/rpmbuild/BUILD/electroneum-5.1.3.1-build/electroneum-5.1.3.1/external/rapidjson/include/rapidjson/stream.h