void_ptr.h File Reference
#include <memory>
Include dependency graph for void_ptr.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  mc_rtc::void_ptr_caster< T >
 

Namespaces

 mc_rtc
 

Typedefs

using mc_rtc::void_ptr = std::unique_ptr< void, void(*)(void *)>
 

Functions

template<typename T , typename... Args>
void_ptr mc_rtc::make_void_ptr (Args &&... args)
 
template<typename T >
void_ptr mc_rtc::make_void_ptr (std::unique_ptr< T > ptr)