omni::generic_error::try_parse
NAME

omni::generic_error::try_parse

A member function of omni::generic_error

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


OVERLOADS

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

SYNOPSIS

Tries parsing a string value into its enum representation

top

DESCRIPTION

No description.

top