OpenVPN 3 Core Library
|
New typename for holding the underlying container type. More...
#include <ostream_containers.hpp>
Public Member Functions | |
Container (const C &container) | |
Public Attributes | |
const C & | ref |
New typename for holding the underlying container type.
Note also that C2os::Container could be extended by passing in optional arguments to the Container ctor that could adjust the formatting (e.g., different delimiter, curlies vs square brackets, etc.)
C | underlying container type |
Definition at line 36 of file ostream_containers.hpp.
|
inlineexplicit |
Definition at line 38 of file ostream_containers.hpp.
const C& openvpn::C2os::Container< C >::ref |
Definition at line 42 of file ostream_containers.hpp.