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
serialization
is_bitwise_serializable.hpp
Go to the documentation of this file.
1
// (C) Copyright 2007 Matthias Troyer
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
// Authors: Matthias Troyer
8
16
#ifndef BOOST_SERIALIZATION_IS_BITWISE_SERIALIZABLE_HPP
17
#define BOOST_SERIALIZATION_IS_BITWISE_SERIALIZABLE_HPP
18
19
// MS compatible compilers support #pragma once
20
#if defined(_MSC_VER)
21
# pragma once
22
#endif
23
24
#include <
boost/mpl/bool_fwd.hpp
>
25
#include <
boost/type_traits/is_arithmetic.hpp
>
26
27
namespace
boost
{
28
namespace
serialization {
29
template
<
class
T>
30
struct
is_bitwise_serializable
31
:
public
is_arithmetic
< T >
32
{};
33
}
// namespace serialization
34
}
// namespace boost
35
36
37
// define a macro to make explicit designation of this more transparent
38
#define BOOST_IS_BITWISE_SERIALIZABLE(T) \
39
namespace boost { \
40
namespace serialization { \
41
template<> \
42
struct is_bitwise_serializable< T > : mpl::true_ {}; \
43
}} \
44
45
46
#endif //BOOST_SERIALIZATION_IS_BITWISE_SERIALIZABLE_HPP
boost
BOOST_MOVE_USE_STANDARD_LIBRARY_MOVE.
boost::serialization::is_bitwise_serializable
Definition:
is_bitwise_serializable.hpp:30
bool_fwd.hpp
is_arithmetic.hpp
boost::is_arithmetic
Definition:
is_arithmetic.hpp:18
sick_visionary_ros
Author(s): SICK AG TechSupport 3D Snapshot
autogenerated on Thu Feb 8 2024 03:40:00