|
LIPH's C++ Codes
|
#include <no_destructor.h>
Public Member Functions | |
| template<typename... Args> | |
| no_destructor (Args &&...args) | |
| no_destructor (const T &x) | |
| no_destructor (T &&x) | |
| no_destructor (const no_destructor &)=delete | |
| no_destructor & | operator= (const no_destructor &)=delete |
| ~no_destructor ()=default | |
| const T * | get () const |
| T * | get () |
| const T & | operator* () const |
| T & | operator* () |
| const T * | operator-> () const |
| T * | operator-> () |
|
inlineexplicit |
|
inlineexplicit |
|
inlineexplicit |
|
delete |
|
default |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
delete |