Main Page
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
y
Variables
_
a
b
i
k
n
p
r
s
t
v
Typedefs
a
b
c
f
h
i
m
n
p
s
t
u
w
y
Enumerations
Enumerator
a
b
c
e
f
h
i
l
m
n
o
p
r
s
t
u
v
w
Classes
Class List
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
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
~
Variables
_
a
b
c
d
e
f
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
h
i
k
l
m
n
o
p
r
s
t
u
v
w
y
Enumerations
Enumerator
a
b
c
e
g
i
k
l
m
n
o
p
r
s
u
v
Related Functions
a
b
c
d
e
i
l
m
o
r
s
u
w
x
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
x
Functions
_
a
b
c
d
e
g
m
o
p
r
s
t
Variables
_
a
b
f
g
l
t
u
Typedefs
Enumerations
Enumerator
Macros
_
a
b
c
e
f
g
i
l
m
r
s
u
v
w
x
sick_visionary_cpp_shared
3pp
boost
optional
bad_optional_access.hpp
Go to the documentation of this file.
1
// Copyright (C) 2014, Andrzej Krzemienski.
2
//
3
// Use, modification, and distribution is subject to the Boost Software
4
// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
5
// http://www.boost.org/LICENSE_1_0.txt)
6
//
7
// See http://www.boost.org/libs/optional for documentation.
8
//
9
// You are welcome to contact the author at:
10
// akrzemi1@gmail.com
11
//
12
#ifndef BOOST_BAD_OPTIONAL_ACCESS_22MAY2014_HPP
13
#define BOOST_BAD_OPTIONAL_ACCESS_22MAY2014_HPP
14
15
#include <stdexcept>
16
#if __cplusplus < 201103L
17
#include <string>
// to make converting-ctor std::string(char const*) visible
18
#endif
19
20
namespace
boost
{
21
22
class
bad_optional_access
:
public
std::logic_error
23
{
24
public
:
25
bad_optional_access
()
26
:
std
::logic_error(
"Attempted to access the value of an uninitialized optional object."
)
27
{}
28
};
29
30
}
// namespace boost
31
32
#endif
boost::bad_optional_access::bad_optional_access
bad_optional_access()
Definition:
bad_optional_access.hpp:25
boost
BOOST_MOVE_USE_STANDARD_LIBRARY_MOVE.
boost::bad_optional_access
Definition:
bad_optional_access.hpp:22
std
sick_visionary_ros
Author(s): SICK AG TechSupport 3D Snapshot
autogenerated on Thu Feb 8 2024 03:36:39