![]() |
MySQL 9.3.0
Source Code Documentation
|
#include <classic_protocol_message.h>
Public Types | |
using | string_type = std::conditional_t< Borrowed, std::string_view, std::string > |
Public Member Functions | |
constexpr | SendFile (string_type payload) |
construct a SendFile message. More... | |
constexpr string_type | payload () const |
Private Attributes | |
string_type | payload_ |
using classic_protocol::borrowable::message::client::SendFile< Borrowed >::string_type = std::conditional_t<Borrowed, std::string_view, std::string> |
|
inlineconstexpr |
construct a SendFile message.
payload | payload |
|
inlineconstexpr |
|
private |