Python wrapper for C++ STL?

Greg Jorgensen gregj at pobox.com
Fri Dec 8 20:36:34 EST 2000


"Edward C. Jones" <edcjones at erols.com> wrote:

> Has anyone written a Python wrapper for the C++ Standard Template Library?

C++ templates are compile-time constructs, not run-time features. Templates
are analogous to macros in C. They are not library functions that can be
wrapped up and called from Python.

--
Greg Jorgensen
Deschooling Society
Portland, Oregon, USA
gregj at pobox.com





More information about the Python-list mailing list