Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
v
+
Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
Variables
+
Typedefs
a
b
c
d
e
g
h
i
k
l
m
n
o
p
r
s
t
v
Enumerations
+
Classes
Class List
Class Hierarchy
+
Class Members
+
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
~
+
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
~
+
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
y
z
+
Typedefs
a
b
c
d
e
f
h
i
k
l
m
n
o
p
r
s
t
v
Enumerations
Enumerator
Related Functions
+
Files
File List
+
File Members
+
All
a
b
c
d
e
f
g
h
i
l
m
n
p
r
s
t
v
+
Functions
b
c
g
i
m
t
Variables
Typedefs
Macros
include
lanelet2_core
utility
Optional.h
Go to the documentation of this file.
1
#pragma once
2
#include <boost/optional.hpp>
3
4
namespace
lanelet
{
5
// To be replaced by std::optional once c++17 is established
6
template
<
typename
T>
7
using
Optional
= boost::optional<T>;
8
9
}
// namespace lanelet
lanelet
Definition:
Attribute.h:13
lanelet::Optional
boost::optional< T > Optional
Definition:
Optional.h:7
lanelet2_core
Author(s): Fabian Poggenhans
autogenerated on Tue Jun 6 2023 02:23:32