Default case for argument wrapping, with pure pass-through.
Consider inheriting from this for base cases. N.B. Wrapped
is not necessary, but is used for demonstration purposes.
#include <drake/bindings/pydrake/common/wrap_function.h>
Public Types | |
using | Wrapped = T |
Static Public Member Functions | |
static Wrapped | wrap (T arg) |
static T | unwrap (Wrapped arg_wrapped) |
using Wrapped = T |
|
static |
|
static |