Types publics | |
enum | { copyOptimization = 1 } |
enum | |
Whether to make local copy of stream for optimization during parsing. Plus de détails... | |
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>.