#include "aligator/python/fwd.hpp"
#include "aligator/third-party/polymorphic_cxx14.h"
#include <boost/core/demangle.hpp>
#include <variant>
Go to the source code of this file.
Namespaces | |
namespace | boost |
namespace | aligator |
Main package namespace. | |
namespace | aligator::python |
The Python bindings. | |
Functions | |
template<class Poly> | |
void | aligator::python::register_polymorphic_to_python () |
Expose a polymorphic value type, e.g. xyz::polymorphic<T, A>. | |