#include "eigenpy/fwd.hpp"
#include "eigenpy/eigen-from-python.hpp"
#include "eigenpy/registration.hpp"
#include <boost/optional.hpp>
Go to the source code of this file.
Namespaces | |
boost | |
boost::python | |
boost::python::converter | |
eigenpy | |
eigenpy::detail | |
Macros | |
#define | EIGENPY_DEFAULT_OPTIONAL boost::optional |
#define EIGENPY_DEFAULT_OPTIONAL boost::optional |
Copyright (c) 2023 CNRS INRIA
Definitions for exposing boost::optional<T> types. Also works with std::optional.
Definition at line 20 of file optional.hpp.