NAME
A function of omni
OVERLOADS
omni::type_of
A function of omni
#include <omni/type.hpp>template < typename T, typename C > inline bool omni::type_of()OVERLOADS
template < typename T, typename C > inline bool omni::type_of(const C& c)
template < typename T, typename C > inline bool omni::type_of(const C *const c)
template < typename T, typename C > inline bool omni::type_of(const T& t, const C& c)
template < typename T, typename C > inline bool omni::type_of(const T *const t, const C *const c)