|
Android-cuttlefish cvd tool
|
#include <no_destructor.h>
Public Member Functions | |
| template<typename... Args> | |
| NoDestructor (Args &&... args) | |
| NoDestructor (const T &x) | |
| NoDestructor (T &&x) | |
| NoDestructor (const NoDestructor &)=delete | |
| NoDestructor & | operator= (const NoDestructor &)=delete |
| ~NoDestructor ()=default | |
| const T & | operator* () const |
| T & | operator* () |
| const T * | operator-> () const |
| T * | operator-> () |
| const T * | get () const |
| T * | get () |
Private Attributes | |
| char | storage_ [sizeof(T)] |
|
inlineexplicit |
|
inlineexplicit |
|
inlineexplicit |
|
delete |
|
default |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
delete |
|
private |