39 using std::type_index::type_index;
40 using std::type_index::operator =;
50 return ( first <
second ) ? -1 : ( first >
second ) ? 1 : 0;
Definition: typeindex.h:37
p second
Definition: ToRegExpAlgebraic.h:126
Definition: sigHandler.cpp:20
int operator-(const ext::type_index &first, const ext::type_index &second)
Implementation of three way comparison helper.
Definition: typeindex.h:49
std::ostream & operator<<(ext::reference_wrapper< std::ostream > &os, std::ostream &(*const func)(std::ostream &))
Overloaded function allowing same operations on wrapped output stream as on the actual output stream,...
Definition: GlobalData.cpp:33