omni::type_value
NAME

omni::type_value

A class of omni

SYNOPSIS

No synopsis found.

#include <omni/type_value.hpp>
template < typename T > omni::type_value::type_value(const omni::type<T>& cp) : m_id(cp.hash())
omni::type_value::~type_value()
template < typename T > inline bool omni::type_value::after(const omni::type<T>& o)
template < typename T > inline bool omni::type_value::before(const omni::type<T>& o)
inline std::size_t omni::type_value::hash()
: omni::type_value::m_id()
template < typename T >
            bool omni::type_value::operator!=(const omni::type<T>& o)
template < typename T >
            bool omni::type_value::operator<(const omni::type<T>& o)
template < typename T >
            omni::type_value& omni::type_value::operator=(const omni::type<T>& o)
template < typename T >
            bool omni::type_value::operator==(const omni::type<T>& o)
template < typename T >
            bool omni::type_value::operator>(const omni::type<T>& o)


top

DESCRIPTION

No description found.

top

RETURN VALUES

No return value.

top

ERRORS

No errors specific to this context.

top

CONSIDERATIONS

No extra considerations.

top

PLATFORM SPECIFIC

Nothing platform specific to account for.

top

NOTES

No additional notes.

top

EXAMPLE
Currently no examples.
Visit the examples page for more.

top