bes Updated for version 3.21.1
The Backend Server (BES) is the lower two tiers of the Hyrax data server
|
Public Types | |
enum | |
Whether to make local copy of stream for optimization during parsing. More... | |
enum | { copyOptimization = 1 } |
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>.