Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
third-party
realsense-file
boost
boost
type_traits
detail
ice_eq.hpp
Go to the documentation of this file.
1
// (C) Copyright John Maddock and Steve Cleary 2000.
2
// Use, modification and distribution are subject to the Boost Software License,
3
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
4
// http://www.boost.org/LICENSE_1_0.txt).
5
//
6
// See http://www.boost.org/libs/type_traits for most recent version including documentation.
7
8
#ifndef BOOST_TT_DETAIL_ICE_EQ_HPP_INCLUDED
9
#define BOOST_TT_DETAIL_ICE_EQ_HPP_INCLUDED
10
11
#include <
boost/config.hpp
>
12
13
//
14
// This header is deprecated and no longer used by type_traits:
15
//
16
#if defined(__GNUC__) || defined(_MSC_VER)
17
//# pragma message("NOTE: Use of this header (ice_eq.hpp) is deprecated")
18
#endif
19
20
namespace
boost
{
21
namespace
type_traits {
22
23
template
<
int
b1,
int
b2>
24
struct
ice_eq
25
{
26
BOOST_STATIC_CONSTANT
(
bool
,
value
= (b1 == b2));
27
};
28
29
template
<
int
b1,
int
b2>
30
struct
ice_ne
31
{
32
BOOST_STATIC_CONSTANT
(
bool
,
value
= (b1 != b2));
33
};
34
35
#ifndef BOOST_NO_INCLASS_MEMBER_INITIALIZATION
36
template
<
int
b1,
int
b2>
bool
const
ice_eq<b1,b2>::value
;
37
template
<
int
b1,
int
b2>
bool
const
ice_ne<b1,b2>::value
;
38
#endif
39
40
}
// namespace type_traits
41
}
// namespace boost
42
43
#endif // BOOST_TT_DETAIL_ICE_EQ_HPP_INCLUDED
boost
BOOST_MOVE_USE_STANDARD_LIBRARY_MOVE.
Definition:
core/addressof.hpp:19
value
GLfloat value
Definition:
glad/glad/glad.h:2100
boost::type_traits::ice_ne
Definition:
ice_eq.hpp:30
config.hpp
boost::type_traits::ice_eq::BOOST_STATIC_CONSTANT
BOOST_STATIC_CONSTANT(bool, value=(b1==b2))
boost::type_traits::ice_eq
Definition:
ice_eq.hpp:24
librealsense2
Author(s): Sergey Dorodnicov
, Doron Hirshberg
, Mark Horn
, Reagan Lopez
, Itay Carpis
autogenerated on Mon May 3 2021 02:47:16