Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
Namespaces | Functions
typeinfo.cpp File Reference
#include "typeinfo.hpp"
#include "algorithm.hpp"
Include dependency graph for typeinfo.cpp:

Namespaces

namespace  ext
 

Functions

std::string ext::erase_template_info (std::string str)
 
ext::vector< std::string > ext::get_template_info (const std::string &str)
 
bool ext::is_same_type (const std::string &first, const std::string &second)
 Compares two types specified by their string names not looking at template params and unspecified segments. More...
 
bool ext::are_same_types (const std::vector< std::string > &first, const std::vector< std::string > &second)