omni::net::socket_type::try_parse
NAME

omni::net::socket_type::try_parse

A member function of omni::net::socket_type

#include <omni/types/net_t.hpp>
static bool omni::net::socket_type::try_parse(const std::string& val, enum_t& out)


OVERLOADS

static bool omni::net::socket_type::try_parse(const std::wstring& val, enum_t& out)
static bool omni::net::socket_type::try_parse(const std::string& val, socket_type& out)
static bool omni::net::socket_type::try_parse(const std::wstring& val, socket_type& out)

SYNOPSIS

Tries parsing a string value into its enum representation

top

DESCRIPTION

No description.

top