teditor
1.8.0@@fee5e94
Terminal based editor written in C++
|
#include <any.hpp>
Public Member Functions | |
Any () | |
Any (const Any< Types... > &old) | |
Any (Any< Types... > &&old) | |
~Any () | |
Any< Types... > & | operator= (Any< Types... > &&old) |
Any< Types... > & | operator= (Any< Types... > old) |
template<typename T > | |
bool | is () const |
bool | valid () const |
template<typename T > | |
T & | get () |
template<typename T > | |
void | set (const T &in) |
struct Impl ///
Data structure to help store any of the pre-defined data types. Such a thing will be useful, for eg, to support storing json objects
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |