![]()  | 
  
    MySQL 8.0.44
    
   Source Code Documentation 
   | 
 
Field of a session-track array. 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 | Field (uint8_t type, string_type data) | 
| constexpr uint8_t | type () const noexcept | 
| constexpr string_type | data () const noexcept | 
Private Attributes | |
| uint8_t | type_ | 
| string_type | data_ | 
Field of a session-track array.
used in server::Ok and server::Eof
| using classic_protocol::borrowable::session_track::Field< Borrowed >::string_type = std::conditional_t<Borrowed, std::string_view, std::string> | 
      
  | 
  inlineconstexpr | 
      
  | 
  inlineconstexprnoexcept | 
      
  | 
  inlineconstexprnoexcept | 
      
  | 
  private | 
      
  | 
  private |