Loading [MathJax]/extensions/tex2jax.js
NiHu
2.0
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
Functions
Typedefs
Enumerator
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
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
q
r
s
t
u
v
w
x
z
~
Variables
c
d
f
i
m
n
p
q
r
s
t
v
x
Typedefs
a
b
c
d
e
f
h
i
k
l
m
n
o
p
q
r
s
t
v
w
x
y
Enumerator
d
i
j
k
l
m
n
o
p
q
r
s
t
Files
File List
File Members
All
Functions
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
if.hpp
Go to the documentation of this file.
1
7
#ifndef IF_HPP_INCLUDED
8
#define IF_HPP_INCLUDED
9
10
namespace
tmp
11
{
18
template
<
class
Cond,
class
T,
class
F>
19
struct
if_
: std::conditional<Cond::value, T, F> {};
20
}
21
22
#endif
/* IF_HPP_INCLUDED */
tmp::if_
IF control structure.
Definition:
if.hpp:19
tmp
template metaprogramming functions
Definition:
asymptotic_types.hpp:101
src
tmp
if.hpp
Generated on Sun Apr 6 2025 01:00:17 for NiHu by
1.8.18