8 #ifndef PYARGS_TO_VEC_H 9 #define PYARGS_TO_VEC_H void pyargs_to_vec(const py::args &args, Vec< T > &vec)
Convert a py::args (a variable number arguments) object to a Vec object.
std::vector< T > Vec
Vec is an alias for vector (same as list in Python).
This file includes a part of C++ Standard Template Library and defines aliases for them...
Namespace for utility functions.
This file includes pybind11 and defines an alias for the namespace pybind11.