userver: tracing::AnyValue Class Reference
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
tracing::AnyValue Class Reference

#include <userver/tracing/any_value.hpp>

Detailed Description

Public Member Functions

 AnyValue (std::string string_value)
 
 AnyValue (const char *string_value)
 
 AnyValue (bool bool_value)
 
 AnyValue (int int_value)
 
 AnyValue (long int_value)
 
 AnyValue (long long int_value)
 
 AnyValue (unsigned int int_value)
 
 AnyValue (unsigned long int_value)
 
 AnyValue (unsigned long long int_value)
 
 AnyValue (float double_value)
 
 AnyValue (double double_value)
 

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