Searched refs:func_wrapper (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/pybind11/include/pybind11/
H A Dfunctional.h69 struct func_wrapper { struct
71 func_wrapper(func_handle&& hf): hfunc(std::move(hf)) {} function in struct:type_caster::func_wrapper
80 value = func_wrapper(func_handle(std::move(func)));

Completed in 3 milliseconds