Proton  1.1.1
Make porting easy from Python to C++11
Containers

Repack stl containers in new templates following python's habits. More...

Modules

 common
 common container operations
 str
 like string in python.
 vector_
 like list in python, better for small sequences
 deque_
 like list in python, better for long sequences.
 map_
 like dict in python.
 set_
 like set in python.
 tuple
 like tuple in python.

Detailed Description

Repack stl containers in new templates following python's habits.