MySQL 9.4.0
Source Code Documentation
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
DestinationsOptionParser Class Reference

#include <destinations_option_parser.h>

Static Public Member Functions

static stdx::expected< std::variant< mysqlrouter::URI, std::vector< mysql_harness::Destination > >, std::string > parse (const std::string &value)
 parse the destination string and either return a metadata-cache URI or a vector of destinations. More...
 

Member Function Documentation

◆ parse()

stdx::expected< std::variant< mysqlrouter::URI, std::vector< mysql_harness::Destination > >, std::string > DestinationsOptionParser::parse ( const std::string &  value)
static

parse the destination string and either return a metadata-cache URI or a vector of destinations.


The documentation for this class was generated from the following files: