Treffer: Convert-XY: type-safe interchange of C++ and Python containers for NumPy extensions

Title:
Convert-XY: type-safe interchange of C++ and Python containers for NumPy extensions
Source:
Proceedings of the Python in Science Conference. :29-35
Publisher Information:
SciPy, 2009.
Publication Year:
2009
Document Type:
Fachzeitschrift Article
ISSN:
2575-9752
DOI:
10.25080/ymnh5606
Rights:
CC BY
Accession Number:
edsair.doi...........47c6f007847d2ae01f9dce95d665c866
Database:
OpenAIRE

Weitere Informationen

We present Convert-XY: a new, header-only template library for converting containers between C++ and Python with a simple, succinct syntax. At compile-time, template-based recursive pattern matching is performed on the static structure of the C++ type to build dynamic type checkers and conversion functions.