|
JWTXX
C++ library for JWT
|
Stream input/output functions. More...
Go to the source code of this file.
Namespaces | |
| namespace | JWTXX |
| All classes, functions and constants are here. | |
Functions | |
| std::ostream & | JWTXX::operator<< (std::ostream &stream, const Algorithm &alg) |
| Puts algorithm name to a stream. | |
| std::ostream & | JWTXX::operator<< (std::ostream &stream, const Value &v) |
| Outputs a Value to a stream. | |
Stream input/output functions.