Py2Cpp 1.6.3; VERSION ${PROJECT_VERSION}
Loading...
Searching...
No Matches
py2cpp.hpp
Go to the documentation of this file.
1
9#pragma once
10
11#include "dict.hpp"
12#include "enumerate.hpp"
13#include "range.hpp"
14#include "set.hpp"
15
23namespace py {
24 // Empty namespace - all functionality is provided by the included headers
25}
Python-like dictionary implementation for C++.
Python-like enumerate implementation for C++.
Python-like utilities and data structures for C++.
Definition dict.hpp:18
Python-like range implementation for C++.
Python-like set implementation for C++.