![]() |
MySQL 9.2.0
Source Code Documentation
|
#include "mysql/harness/destination.h"
#include <system_error>
#include "mysql/harness/net_ts/internet.h"
#include "mysql/harness/stdx/expected.h"
Namespaces | |
namespace | anonymous_namespace{destination.cc} |
namespace | mysql_harness |
Functions | |
constexpr int8_t | anonymous_namespace{destination.cc}::from_digit (char c) |
template<class T > requires (std::is_unsigned_v<T>) | |
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. More... | |
stdx::expected< mysql_harness::TcpDestination, std::error_code > | anonymous_namespace{destination.cc}::make_tcp_destination_ipv6 (const std::string &endpoint) |
stdx::expected< TcpDestination, std::error_code > HARNESS_EXPORT | mysql_harness::make_tcp_destination (std::string dest) |
create a TcpDestination from a string. More... | |