MySQL 9.6.0
Source Code Documentation
decode.h File Reference

Experimental API header. More...

Go to the source code of this file.

Namespaces

namespace  mysql
 
namespace  mysql::strconv
 

Functions

Parser mysql::strconv::decode (const Is_parse_options_nocheck auto &opt, const std::string_view &in_sv, auto &out)
 Parse from a string into the given object, according to the parse options. More...
 
Parser mysql::strconv::test_decode (const Is_parse_options_nocheck auto &opt, const std::string_view &in_sv)
 Test for success when parsing (decoding) a string from a string, without producing output. More...
 
std::ptrdiff_t mysql::strconv::compute_decoded_length (const Is_parse_options_nocheck auto &opt, const std::string_view &in_sv)
 Compute the output length when parsing a string from a string. More...
 
Parser mysql::strconv::decode (const Is_parse_options_nocheck auto &opt, const std::string_view &in_sv, const Is_out_str auto &out_str)
 Parse from a string into an Is_out_str object. More...
 
Parser mysql::strconv::decode (const Is_parse_options_nocheck auto &opt, const std::string_view &in_sv, mysql::meta::Is_specialization< std::basic_string > auto &out)
 Parse from a string into an std::string object. More...
 

Detailed Description

Experimental API header.