Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
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) |