SYNOPSIS
No synopsis found.
top
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