Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
Data Structures | Namespaces | Functions
typeindex.h File Reference
#include <typeindex>
#include <iostream>
#include <string>
Include dependency graph for typeindex.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  ext::type_index
 

Namespaces

namespace  ext
 

Functions

int ext::operator- (const ext::type_index &first, const ext::type_index &second)
 Implementation of three way comparison helper. More...
 
std::ostream & ext::operator<< (std::ostream &os, const ext::type_index &type)
 Operator to print the type_index to the output stream. More...