|
libcaf
0.15.0
|
Returns a human-readable type name for the visited type. More...
#include <config_option.hpp>
Inherits caf::static_visitor< Result >.
Public Member Functions | |
| const char * | operator() (const std::string &) const |
| const char * | operator() (double) const |
| const char * | operator() (int64_t) const |
| const char * | operator() (size_t) const |
| const char * | operator() (uint16_t) const |
| const char * | operator() (bool) const |
| const char * | operator() (atom_value) const |
Returns a human-readable type name for the visited type.
1.8.9.1