OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
anonymous_namespace{RelAlgTranslator.cpp}::ByTypeIndex Struct Reference

Public Member Functions

 ByTypeIndex (std::type_info const &type_info)
 
bool operator() (IndexedHandler const &pair) const
 

Public Attributes

std::type_index const type_index_
 

Detailed Description

Definition at line 190 of file RelAlgTranslator.cpp.

Constructor & Destructor Documentation

anonymous_namespace{RelAlgTranslator.cpp}::ByTypeIndex::ByTypeIndex ( std::type_info const &  type_info)
inline

Definition at line 192 of file RelAlgTranslator.cpp.

193  : type_index_(std::type_index(type_info)) {}

Member Function Documentation

bool anonymous_namespace{RelAlgTranslator.cpp}::ByTypeIndex::operator() ( IndexedHandler const &  pair) const
inline

Definition at line 194 of file RelAlgTranslator.cpp.

194 { return pair.first == type_index_; }

Member Data Documentation

std::type_index const anonymous_namespace{RelAlgTranslator.cpp}::ByTypeIndex::type_index_

Definition at line 191 of file RelAlgTranslator.cpp.


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