 |
OpenVPN 3 Core Library
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
15#ifndef OPENVPN_COMMON_OSTREAM_H
16#define OPENVPN_COMMON_OSTREAM_H
21#define OPENVPN_OSTREAM(TYPE, METH) \
22 template <typename Elem, typename Traits> \
23 std::basic_ostream<Elem, Traits> &operator<<( \
24 std::basic_ostream<Elem, Traits> &os, const TYPE &addr) \