KazDragon / terminalpp

A C++ library for interacting with ANSI terminal windows.
MIT License
75 stars 10 forks source link

Implement hashing for string #210

Closed KazDragon closed 5 years ago

KazDragon commented 5 years ago

Relational operators allow for containers that require some kind of string ordering, for example std::map. Hashing would allow insertion into hashed containers, for example std::unordered_map.