OpenVPN 3 Core Library
Loading...
Searching...
No Matches
make_rc.hpp File Reference
Include dependency graph for make_rc.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  openvpn::RcEnable< TypeT, RcT >
 A class template that enables reference counting for a given type. More...
 

Namespaces

namespace  openvpn
 

Functions

template<typename TypeT , typename RcT = RC<thread_unsafe_refcount>, typename... ArgsT>
auto openvpn::make_rc (ArgsT &&...args)
 Helper function to create a reference-counted object with the default thread-unsafe reference counting policy.