![]() |
MySQL 9.6.0
Source Code Documentation
|
Helper class that exports the internals from Parse_result. More...
#include <parse_result.h>
Public Types | |
| using | Message_form = Parse_result::Message_form |
Public Member Functions | |
| Parse_result_internals (const Parse_result &parse_result) | |
| std::ptrdiff_t | parse_error_position () const |
| Parse_status | status () const |
| auto | message_form () const |
| std::string_view | message () const |
Public Attributes | |
| const Parse_result & | m_parse_result |
Helper class that exports the internals from Parse_result.
This is only intended to be used by encode_impl.
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
| const Parse_result& mysql::strconv::detail::Parse_result_internals::m_parse_result |