SYNOPSIS
No synopsis found.
top
No synopsis found.
#include <omni/type.hpp>
omni::type::~type()
template < typename C > inline bool omni::type::after(const omni::type<C>& o)
template < typename C > inline bool omni::type::before(const omni::type<C>& o)
inline std::size_t omni::type::hash()
: omni::type::m_id(omni::type_id<T>() NaN)
template < typename C >
bool omni::type::operator!=(const omni::type<C>& o)
template < typename C >
bool omni::type::operator<(const omni::type<C>& o)
omni::type<T>& omni::type::operator=(const omni::type<T>& other)
template < typename C >
bool omni::type::operator==(const omni::type<C>& o)
template < typename C >
bool omni::type::operator>(const omni::type<C>& o)
top