Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
#include <typeindex>
#include <iostream>
#include <string>
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... | |