omni::math::rotation_direction::try_parse
NAME

omni::math::rotation_direction::try_parse

A member function of omni::math::rotation_direction

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


OVERLOADS

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

SYNOPSIS

Tries parsing a string value into its enum representation

top

DESCRIPTION

No description.

top