#include <test.h>

Public Member Functions | |
| NotDefaultConstructable ()=delete | |
| NotDefaultConstructable (const T &t) | |
| NotDefaultConstructable (const NotDefaultConstructable &)=default | |
| operator const T () const | |
| bool | operator!= (const NotDefaultConstructable &other) const |
| bool | operator== (const NotDefaultConstructable &other) const |
Private Attributes | |
| T | data |
|
delete |
|
inlineexplicit |
|
default |
|
inline |
|
inline |
|
inline |
|
private |