omni::type_of
NAME

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)

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top