Jet
v1.3.3
Main Page
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Functions
a
b
c
d
e
f
g
h
i
l
m
o
p
q
r
s
t
u
w
z
Variables
d
e
i
k
w
Typedefs
a
b
c
e
f
g
i
l
m
n
p
q
r
s
t
u
v
z
Enumerations
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
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
~
Variables
_
a
b
c
d
f
h
i
j
l
m
n
o
p
r
t
u
v
w
x
y
z
Typedefs
b
c
d
f
i
m
n
o
p
s
u
v
Enumerations
Enumerator
Related Functions
Files
File List
File Members
All
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
jet
type_helpers.h
Go to the documentation of this file.
1
// Copyright (c) 2018 Doyub Kim
2
//
3
// I am making my contributions/submissions to this project solely in my
4
// personal capacity and am not conveying any rights to any intellectual
5
// property of any third parties.
6
7
#ifndef INCLUDE_JET_TYPE_HELPERS_H_
8
#define INCLUDE_JET_TYPE_HELPERS_H_
9
10
namespace
jet
{
11
13
template
<
typename
T>
14
struct
ScalarType
{
15
typedef
T
value
;
16
};
17
18
}
// namespace jet
19
20
#endif // INCLUDE_JET_TYPE_HELPERS_H_
jet::ScalarType::value
T value
Definition:
type_helpers.h:15
jet
Definition:
advection_solver2.h:18
jet::ScalarType
Returns the type of the value itself.
Definition:
type_helpers.h:14
Generated by
1.8.18