Skip to content
  • David Gobbi's avatar
    Wrap std::vector<T> arguments for numeric types · b566e988
    David Gobbi authored
    This change allows the wrappers to recognize std::vector and to
    deal with it similarly to C arrays.  Python sequences will be
    converted to std::vector before being passed to C++ methods.  If
    a C++ method returns a std::vector, the Python wrappers return a
    tuple that contains the vector elements.
    b566e988