26template <
typename T >
29template <
class Key,
class T,
class Compare = std::less < Key > >
30using stealth_map = std::map < Key, T, Compare, stealth_allocator < std::pair < const Key, T > > >;
Definition: StealthAllocator.hpp:19
Definition: StealthAllocator.hpp:16
std::map< Key, T, Compare, stealth_allocator< std::pair< const Key, T > > > stealth_map
Definition: StealthTypes.hpp:30
stealth_string stealthStringFromString(const std::string &str)
Definition: StealthTypes.cpp:21
std::basic_string< char, std::char_traits< char >, stealth_allocator< char > > stealth_string
Definition: StealthTypes.hpp:19
std::vector< T, stealth_allocator< T > > stealth_vector
Definition: StealthTypes.hpp:27
std::string to_string(const stealth_string &ss)
Definition: StealthTypes.cpp:13