omni::math::ordinal_name::try_parse
NAME

omni::math::ordinal_name::try_parse

A static member function of omni::math::ordinal_name

#include <omni/types/math_t.hpp>
static bool omni::math::ordinal_name::try_parse(const std::wstring& val, ordinal_name& out)

SYNOPSIS

Tries parsing a wide string value into its enum representation

top

DESCRIPTION

No description.

top