|
GMP 0.3.0
Generative Metaprogramming library for C++
|
A placeholder type implicitly convertible to any type. More...
#include <utility.hpp>
Public Member Functions | |
| template<typename T > | |
| operator T () const | |
any is primarily used in compile-time aggregate probing and other metaprogramming contexts where a value of arbitrary type is required.
Definition at line 48 of file utility.hpp.
| gmp::any::operator T | ( | ) | const |