Skip to content

r-lyeh-archived/unordered_map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

unordered_map

Portable header for std::unordered_map<K,V> template. Welcome to C++. Enjoy!

Usage

#include "unordered_map.hpp"

int main( int argc, const char **argv ) {
    std::unordered_map<int,double> umap;
    return 0;
}

About

Portable header for std::unordered_map<K,V> template

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages