|
Electroneum
|
#include <stream.h>
Public Types | |
| enum | { copyOptimization = 1 } |
| enum | |
| Whether to make local copy of stream for optimization during parsing. More... | |
| anonymous enum |
| Enumerator | |
|---|---|
| copyOptimization | |
Definition at line 215 of file stream.h.
| 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.