This is a template struct that provides some information about various encoding policies. More...
Static Public Attributes | |
static const bool | onePassEncoding = false |
Indicates if the policy is able to encode the token at once without any information about other tokens as well as the total tokens count. More... | |
This is a template struct that provides some information about various encoding policies.
Definition at line 27 of file policy_traits.hpp.
|
static |
Indicates if the policy is able to encode the token at once without any information about other tokens as well as the total tokens count.
Definition at line 33 of file policy_traits.hpp.