14  using eigenpy::StdVectorPythonVisitor;
 
   16  StdVectorPythonVisitor<std::vector<int>, 
true>::expose(
"StdVec_int");
 
   17  StdVectorPythonVisitor<std::vector<context::Scalar>, 
true>::expose(
 
   19  StdVectorPythonVisitor<context::VectorOfVectors, true>::expose(
 
   21  StdVectorPythonVisitor<std::vector<context::MatrixXs>, 
true>::expose(
 
   23  StdVectorPythonVisitor<std::vector<context::VectorXBool>, 
false>::expose(
 
   25  StdVectorPythonVisitor<context::VectorOfRef, true>::expose(
"StdVec_VecRef");
 
   26  StdVectorPythonVisitor<std::vector<context::MatrixRef>, 
true>::expose(