bes Updated for version 3.21.1
The Backend Server (BES) is the lower two tiers of the Hyrax data server
StreamTraits< GenericInsituStringStream< Encoding > > Struct Template Reference
Inheritance diagram for StreamTraits< GenericInsituStringStream< Encoding > >:
Inheritance graph
Collaboration diagram for StreamTraits< GenericInsituStringStream< Encoding > >:
Collaboration graph

Public Types

enum  
 Whether to make local copy of stream for optimization during parsing. More...
 
enum  { copyOptimization = 1 }
 

Detailed Description

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

Definition at line 214 of file stream.h.

Member Enumeration Documentation

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

◆ anonymous enum

template<typename Encoding>
anonymous enum

Definition at line 215 of file stream.h.


The documentation for this struct was generated from the following file: