mc_rtc::unique_ptr< T, Deleter > Class Template Reference

#include <mc_rtc/unique_ptr.h>

Inheritance diagram for mc_rtc::unique_ptr< T, Deleter >:
Collaboration diagram for mc_rtc::unique_ptr< T, Deleter >:

Public Member Functions

void reset (typename std::unique_ptr< T, Deleter >::pointer ptr)
 

Detailed Description

template<class T, class Deleter = std::default_delete<T>>
class mc_rtc::unique_ptr< T, Deleter >

Wrapper arround unique_ptr<T>

Forbids reset() without argument

This is mostly meant to avoid transition issues such as 4137311efc5615ec0807b7749a036ab7ecb91086

Member Function Documentation

◆ reset()

template<class T , class Deleter = std::default_delete<T>>
void mc_rtc::unique_ptr< T, Deleter >::reset ( typename std::unique_ptr< T, Deleter >::pointer  ptr)
inline

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