OpenVPN 3 Core Library
Loading...
Searching...
No Matches
openvpn::C2os::Container< C > Struct Template Reference

New typename for holding the underlying container type. More...

#include <ostream_containers.hpp>

Inheritance diagram for openvpn::C2os::Container< C >:
[legend]

Public Member Functions

 Container (const C &container)
 

Public Attributes

const C & ref
 

Detailed Description

template<typename C>
struct openvpn::C2os::Container< C >

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.)

Template Parameters
Cunderlying container type

Definition at line 36 of file ostream_containers.hpp.

Constructor & Destructor Documentation

◆ Container()

template<typename C >
openvpn::C2os::Container< C >::Container ( const C &  container)
inlineexplicit

Definition at line 38 of file ostream_containers.hpp.

Member Data Documentation

◆ ref

template<typename C >
const C& openvpn::C2os::Container< C >::ref

Definition at line 42 of file ostream_containers.hpp.


The documentation for this struct was generated from the following file: