MySQL 8.4.0
Source Code Documentation
CommandRouterSet Class Reference

#include <command_router_set.h>

Public Types

using Value = std::variant< std::monostate, std::string, int64_t, bool >
 

Public Member Functions

 CommandRouterSet (std::string_view name, Value value)
 
std::string name () const
 
Value value () const
 

Private Attributes

std::string name_
 
Value value_
 

Member Typedef Documentation

◆ Value

using CommandRouterSet::Value = std::variant<std::monostate, std::string, int64_t, bool>

Constructor & Destructor Documentation

◆ CommandRouterSet()

CommandRouterSet::CommandRouterSet ( std::string_view  name,
Value  value 
)
inline

Member Function Documentation

◆ name()

std::string CommandRouterSet::name ( ) const
inline

◆ value()

Value CommandRouterSet::value ( ) const
inline

Member Data Documentation

◆ name_

std::string CommandRouterSet::name_
private

◆ value_

Value CommandRouterSet::value_
private

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