MySQL 8.0.37
Source Code Documentation
classic_protocol::borrowable::session_track::SystemVariable< Borrowed > Class Template Reference

system-variable changed. More...

#include <classic_protocol_session_track.h>

Public Types

using string_type = std::conditional_t< Borrowed, std::string_view, std::string >
 

Public Member Functions

constexpr SystemVariable (string_type key, string_type value)
 
constexpr string_type key () const noexcept
 
constexpr string_type value () const noexcept
 

Private Attributes

string_type key_
 
string_type value_
 

Detailed Description

template<bool Borrowed>
class classic_protocol::borrowable::session_track::SystemVariable< Borrowed >

system-variable changed.

see: session_track_system_variable

Member Typedef Documentation

◆ string_type

template<bool Borrowed>
using classic_protocol::borrowable::session_track::SystemVariable< Borrowed >::string_type = std::conditional_t<Borrowed, std::string_view, std::string>

Constructor & Destructor Documentation

◆ SystemVariable()

template<bool Borrowed>
constexpr classic_protocol::borrowable::session_track::SystemVariable< Borrowed >::SystemVariable ( string_type  key,
string_type  value 
)
inlineconstexpr

Member Function Documentation

◆ key()

template<bool Borrowed>
constexpr string_type classic_protocol::borrowable::session_track::SystemVariable< Borrowed >::key ( ) const
inlineconstexprnoexcept

◆ value()

template<bool Borrowed>
constexpr string_type classic_protocol::borrowable::session_track::SystemVariable< Borrowed >::value ( ) const
inlineconstexprnoexcept

Member Data Documentation

◆ key_

template<bool Borrowed>
string_type classic_protocol::borrowable::session_track::SystemVariable< Borrowed >::key_
private

◆ value_

template<bool Borrowed>
string_type classic_protocol::borrowable::session_track::SystemVariable< Borrowed >::value_
private

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