OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TypeHandler< T, U > Struct Template Reference

#include <TypeHandler.h>

Public Attributes

std::type_index type_index
 
void(T::* handler )(U const *)
 

Detailed Description

template<typename T, typename U>
struct TypeHandler< T, U >

Definition at line 27 of file TypeHandler.h.

Member Data Documentation

template<typename T, typename U>
void(T::* TypeHandler< T, U >::handler)(U const *)

Definition at line 29 of file TypeHandler.h.

template<typename T, typename U>
std::type_index TypeHandler< T, U >::type_index

Definition at line 28 of file TypeHandler.h.

Referenced by operator<().


The documentation for this struct was generated from the following file: