![]() |
MySQL 9.2.0
Source Code Documentation
|
Functions | |
constexpr int8_t | from_digit (char c) |
template<class T > requires (std::is_unsigned_v<T>) | |
stdx::expected< T, std::error_code > | from_chars (const std::string &value, int base=10) |
convert a numeric string to a number. More... | |
stdx::expected< mysql_harness::TcpDestination, std::error_code > | make_tcp_destination_ipv6 (const std::string &endpoint) |
stdx::expected< T, std::error_code > anonymous_namespace{destination.cc}::from_chars | ( | const std::string & | value, |
int | base = 10 |
||
) |
convert a numeric string to a number.
variant for unsigned integers like port numbers.
Contrary to strtol() it
|
constexpr |
stdx::expected< mysql_harness::TcpDestination, std::error_code > anonymous_namespace{destination.cc}::make_tcp_destination_ipv6 | ( | const std::string & | endpoint | ) |