OpenVPN 3 Core Library
Loading...
Searching...
No Matches
openvpn::print_detail Namespace Reference

Functions

template<typename T >
void print (std::ostream &os, char delim, const T &first)
 
template<typename T , typename... Args>
void print (std::ostream &os, char delim, const T &first, Args... args)
 

Function Documentation

◆ print() [1/2]

template<typename T >
void openvpn::print_detail::print ( std::ostream &  os,
char  delim,
const T &  first 
)
inline

Definition at line 34 of file format.hpp.

Here is the caller graph for this function:

◆ print() [2/2]

template<typename T , typename... Args>
void openvpn::print_detail::print ( std::ostream &  os,
char  delim,
const T &  first,
Args...  args 
)
inline

Definition at line 40 of file format.hpp.