|
jmespath.cpp
C++ implementation of JMESPath, a query language for JSON http://jmespath.org
|
The EncodeSurrogatePairAction class is a functor for encoding surrogate pair characters in UTF-32. More...
#include <encodesurrogatepairaction.h>
Public Types | |
| using | result_type = UnicodeChar |
| The action's result type. More... | |
Public Member Functions | |
| result_type | operator() (UnicodeChar const &highSurrogate, UnicodeChar const &lowSurrogate) const |
| Encodes a surrogate pair character. More... | |
The EncodeSurrogatePairAction class is a functor for encoding surrogate pair characters in UTF-32.
The action's result type.
|
inline |
Encodes a surrogate pair character.
| [in] | highSurrogate | High surrogate |
| [in] | lowSurrogate | Low surrogate |
1.8.6