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
bind
bind/arg.hpp
Go to the documentation of this file.
1
#ifndef BOOST_BIND_ARG_HPP_INCLUDED
2
#define BOOST_BIND_ARG_HPP_INCLUDED
3
4
// MS compatible compilers support #pragma once
5
6
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
7
# pragma once
8
#endif
9
10
//
11
// bind/arg.hpp
12
//
13
// Copyright (c) 2002 Peter Dimov and Multi Media Ltd.
14
//
15
// Distributed under the Boost Software License, Version 1.0. (See
16
// accompanying file LICENSE_1_0.txt or copy at
17
// http://www.boost.org/LICENSE_1_0.txt)
18
//
19
// See http://www.boost.org/libs/bind/bind.html for documentation.
20
//
21
22
#include <
boost/config.hpp
>
23
#include <
boost/is_placeholder.hpp
>
24
#include <
boost/static_assert.hpp
>
25
26
namespace
boost
27
{
28
29
template
<
int
I >
struct
arg
30
{
31
BOOST_CONSTEXPR
arg
()
32
{
33
}
34
35
template
<
class
T >
BOOST_CONSTEXPR
arg
(
T
const
&
/* t */
)
36
{
37
BOOST_STATIC_ASSERT
( I ==
is_placeholder<T>::value
);
38
}
39
};
40
41
template
<
int
I >
BOOST_CONSTEXPR
bool
operator==
(
arg<I>
const
&,
arg<I>
const
& )
42
{
43
return
true
;
44
}
45
46
#if !defined( BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION )
47
48
template
<
int
I >
struct
is_placeholder
<
arg
<I> >
49
{
50
enum
_vt
{
value
= I };
51
};
52
53
template
<
int
I >
struct
is_placeholder
<
arg
<I> (*) () >
54
{
55
enum
_vt
{ value = I };
56
};
57
58
#endif
59
60
}
// namespace boost
61
62
#endif // #ifndef BOOST_BIND_ARG_HPP_INCLUDED
boost::arg::arg
BOOST_CONSTEXPR arg(T const &)
Definition:
bind/arg.hpp:35
T
T
Definition:
mem_fn_cc.hpp:25
config.hpp
boost::arg::arg
BOOST_CONSTEXPR arg()
Definition:
bind/arg.hpp:31
BOOST_CONSTEXPR
#define BOOST_CONSTEXPR
Definition:
suffix.hpp:961
static_assert.hpp
boost::is_placeholder< arg< I >(*)() >::_vt
_vt
Definition:
bind/arg.hpp:55
is_placeholder.hpp
boost
BOOST_MOVE_USE_STANDARD_LIBRARY_MOVE.
boost::is_placeholder< arg< I > >::_vt
_vt
Definition:
bind/arg.hpp:50
boost::arg
Definition:
bind/arg.hpp:29
boost::is_placeholder::value
@ value
Definition:
is_placeholder.hpp:26
boost::operator==
BOOST_CONSTEXPR bool operator==(arg< I > const &, arg< I > const &)
Definition:
bind/arg.hpp:41
BOOST_STATIC_ASSERT
#define BOOST_STATIC_ASSERT(...)
Definition:
static_assert.hpp:70
boost::is_placeholder
Definition:
is_placeholder.hpp:24
sick_visionary_ros
Author(s): SICK AG TechSupport 3D Snapshot
autogenerated on Thu Feb 8 2024 03:36:32