libcaf  0.15.0
Public Member Functions | List of all members
caf::config_option::type_name_visitor Struct Reference

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
 

Detailed Description

Returns a human-readable type name for the visited type.


The documentation for this struct was generated from the following file: