omni::net::socket_option_name::try_parse
NAME

omni::net::socket_option_name::try_parse

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

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

SYNOPSIS

Tries parsing a string value into its enum representation

top

DESCRIPTION

No description.

top