OpenVPN 3 Core Library
Loading...
Searching...
No Matches
TestItem< Container > Struct Template Reference

Public Member Functions

 TestItem (Container &&c, std::string &&s)
 

Public Attributes

const Container container
 
const std::string expected
 

Detailed Description

template<typename Container>
struct TestItem< Container >

Definition at line 24 of file test_ostream_containers.cpp.

Constructor & Destructor Documentation

◆ TestItem()

template<typename Container >
TestItem< Container >::TestItem ( Container &&  c,
std::string &&  s 
)
inline

Definition at line 26 of file test_ostream_containers.cpp.

Member Data Documentation

◆ container

template<typename Container >
const Container TestItem< Container >::container

Definition at line 31 of file test_ostream_containers.cpp.

◆ expected

template<typename Container >
const std::string TestItem< Container >::expected

Definition at line 32 of file test_ostream_containers.cpp.


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