omni::net::socket_option::parse
NAME

omni::net::socket_option::parse

A static member function of omni::net::socket_option

#include <omni/types/net_t.hpp>
static enum_t omni::net::socket_option::parse(const std::string& val)

OVERLOADS

static enum_t omni::net::socket_option::parse(const std::wstring& val)

SYNOPSIS

Parsing a string value into its enum representation

top

DESCRIPTION

No description.

top