Main Page
+
Namespaces
Namespace List
+
Namespace Members
+
All
_
a
b
c
d
e
f
g
i
l
m
n
p
q
r
s
t
u
v
w
x
y
+
Functions
_
a
c
d
e
f
g
i
m
n
p
r
s
t
u
+
Variables
_
a
b
c
d
e
i
l
m
n
p
q
r
s
t
v
w
x
y
+
Classes
Class List
Class Hierarchy
+
Class Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
v
w
x
y
~
+
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
w
~
+
Variables
b
c
d
e
f
i
j
l
m
n
o
p
s
t
v
w
x
y
+
Typedefs
_
a
b
c
d
e
f
i
k
l
m
n
p
q
r
s
t
v
Enumerator
Related Functions
+
Files
File List
+
File Members
+
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
z
+
Functions
a
b
c
e
f
g
i
l
m
n
p
r
s
t
v
z
+
Variables
a
b
c
d
e
f
g
h
i
k
l
m
o
p
r
s
t
u
v
+
Macros
_
b
e
n
p
src
optional.cpp
Go to the documentation of this file.
1
5
#include "
eigenpy/optional.hpp
"
6
7
namespace
eigenpy
{
8
void
exposeNoneType
() {
9
detail::NoneToPython<boost::none_t>::registration
();
10
#ifdef EIGENPY_WITH_CXX17_SUPPORT
11
detail::NoneToPython<std::nullopt_t>::registration
();
12
#endif
13
}
14
}
// namespace eigenpy
optional.hpp
eigenpy::exposeNoneType
void exposeNoneType()
Definition:
optional.cpp:8
eigenpy
Definition:
alignment.hpp:14
eigenpy::detail::NoneToPython::registration
static void registration()
Definition:
optional.hpp:68
eigenpy
Author(s): Justin Carpentier, Nicolas Mansard
autogenerated on Fri Jun 2 2023 02:10:26