JWTXX
C++ library for JWT
Loading...
Searching...
No Matches
ios.h File Reference

Stream input/output functions. More...

#include "jwt.h"
#include <ostream>

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.
 

Detailed Description

Stream input/output functions.