Rice
3.0.0
|
Define a Type's Constructor and it's arguments. More...
#include <Constructor.hpp>
Static Public Member Functions | |
static void | construct (Object self, Arg_T... args) |
Define a Type's Constructor and it's arguments.
E.g. for the default constructor on a Type:
The first template type must be the type being wrapped. Afterwards any extra types must match the appropriate constructor to be used in C++ when constructing the object.
For more information, see Rice::Data_Type::define_constructor.