Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
Go to the source code of this file.
Namespaces | |
namespace | measurements |
Typedefs | |
using | measurements::stealth_string = std::basic_string< char, std::char_traits< char >, stealth_allocator< char > > |
template<typename T > | |
using | measurements::stealth_vector = std::vector< T, stealth_allocator< T > > |
template<class Key , class T , class Compare = std::less < Key >> | |
using | measurements::stealth_map = std::map< Key, T, Compare, stealth_allocator< std::pair< const Key, T > > > |
Functions | |
std::string | measurements::to_string (const stealth_string &ss) |
std::string | measurements::to_string (stealth_string &ss) |
stealth_string | measurements::stealthStringFromString (const std::string &str) |