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

Classes

class  Iter
 

Functions

template<typename MAP_SET , typename KEY >
auto find (MAP_SET &ms, const KEY &k)
 
template<typename MAP_SET , typename KEY >
bool exists (MAP_SET &ms, const KEY &k)
 
template<typename ITERATOR >
auto iter (ITERATOR i)
 

Function Documentation

◆ exists()

template<typename MAP_SET , typename KEY >
bool openvpn::MSF::exists ( MAP_SET &  ms,
const KEY &  k 
)
inline

Definition at line 67 of file msfind.hpp.

◆ find()

template<typename MAP_SET , typename KEY >
auto openvpn::MSF::find ( MAP_SET &  ms,
const KEY &  k 
)
inline

Definition at line 60 of file msfind.hpp.

Here is the caller graph for this function:

◆ iter()

template<typename ITERATOR >
auto openvpn::MSF::iter ( ITERATOR  i)
inline

Definition at line 74 of file msfind.hpp.