Skip to content

LasseJacobs/std_unordered_map_py_wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

std::unordered_map Python wrapper

A python wrapper class for the std::unordered_map class (c++).

Note:

  • All methods that make use of iterators are excluded.
  • Only the string type is supported.

How to use

Build the C++ library:

$ make

Then run the demo code:

$ python3 main.py
Hello World

About

A python wrapper class for the std::unordered_map class (c++).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors