The class of the ttk any module.
More...
#include <ttkany.h>
The class of the ttk any module.
- Author
- Greedysky greed.nosp@m.ysky.nosp@m.@163..nosp@m.com
Definition at line 30 of file ttkany.h.
Object constructor.
Definition at line 3 of file ttkany.cpp.
TTKAny::TTKAny |
( |
TTKAny && |
other | ) |
|
|
noexcept |
template<typename T , typename = typename std::enable_if<!std::is_same<typename std::decay<T>::type, TTKAny>::value, T>::type>
TTKAny::TTKAny |
( |
T && |
value | ) |
|
|
inlinenoexcept |
template<typename T >
const T& TTKAny::cast |
( |
| ) |
const |
|
inline |
bool TTKAny::isNull |
( |
| ) |
const |
|
noexcept |
Current container is null or not.
Definition at line 23 of file ttkany.cpp.
References m_ptr.
template<typename T >
bool TTKAny::isSame |
( |
| ) |
const |
|
inlinenoexcept |
void TTKAny::swap |
( |
TTKAny & |
other | ) |
|
|
inlinenoexcept |
std::type_index TTKAny::m_type |
|
private |
The documentation for this class was generated from the following files: