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
type_traits
add_lvalue_reference.hpp
Go to the documentation of this file.
1
// Copyright 2010 John Maddock
2
3
// Distributed under the Boost Software License, Version 1.0.
4
// See http://www.boost.org/LICENSE_1_0.txt
5
6
#ifndef BOOST_TYPE_TRAITS_EXT_ADD_LVALUE_REFERENCE__HPP
7
#define BOOST_TYPE_TRAITS_EXT_ADD_LVALUE_REFERENCE__HPP
8
9
#include <
boost/type_traits/add_reference.hpp
>
10
11
namespace
boost
{
12
13
template
<
class
T>
struct
add_lvalue_reference
14
{
15
typedef
typename
boost::add_reference<T>::type
type
;
16
};
17
18
#ifndef BOOST_NO_CXX11_RVALUE_REFERENCES
19
template
<
class
T>
struct
add_lvalue_reference
<
T
&&>
20
{
21
typedef
T
&
type
;
22
};
23
#endif
24
25
}
26
27
#endif // BOOST_TYPE_TRAITS_EXT_ADD_LVALUE_REFERENCE__HPP
T
T
Definition:
mem_fn_cc.hpp:25
boost
BOOST_MOVE_USE_STANDARD_LIBRARY_MOVE.
boost::add_lvalue_reference< T && >::type
T & type
Definition:
add_lvalue_reference.hpp:21
boost::add_lvalue_reference
Definition:
add_lvalue_reference.hpp:13
boost::add_lvalue_reference::type
boost::add_reference< T >::type type
Definition:
add_lvalue_reference.hpp:15
add_reference.hpp
boost::add_reference::type
boost::detail::add_reference_impl< T >::type type
Definition:
add_reference.hpp:42
sick_visionary_ros
Author(s): SICK AG TechSupport 3D Snapshot
autogenerated on Thu Feb 8 2024 03:36:18