NeoPZ
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
+
Functions
a
c
d
e
g
i
l
m
p
r
s
t
u
v
+
Variables
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
Typedefs
Enumerations
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
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Variables
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
v
w
x
y
z
+
Typedefs
a
c
d
f
g
i
l
p
r
s
t
v
+
Enumerations
a
b
c
e
g
m
p
s
v
+
Enumerator
a
c
d
e
f
h
i
n
r
s
u
+
Related Functions
a
c
e
f
l
o
p
s
t
+
Files
File List
+
File Members
+
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
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
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Typedefs
Enumerations
+
Enumerator
a
b
e
f
i
l
n
r
s
t
u
+
Macros
_
a
b
c
d
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
Util
TPZAssert.cpp
Go to the documentation of this file.
1
/*
2
* File: TPZAssert.cpp
3
* Author: thiago
4
*
5
* Created on 26 de Fevereiro de 2018, 13:49
6
*/
7
8
#include "
TPZAssert.h
"
9
10
template
<>
int
&
TPZAssert::NonNegative
(
int
&);
11
template
<> int64_t&
TPZAssert::NonNegative
(int64_t&);
12
template
<>
float
&
TPZAssert::NonNegative
(
float
&);
13
template
<>
double
&
TPZAssert::NonNegative
(
double
&);
14
template
<>
long
double
&
TPZAssert::NonNegative
(
long
double
&);
15
16
template
<>
int
TPZAssert::NonNegative
(
const
int
&);
17
template
<> int64_t
TPZAssert::NonNegative
(
const
int64_t&);
18
template
<>
float
TPZAssert::NonNegative
(
const
float
&);
19
template
<>
double
TPZAssert::NonNegative
(
const
double
&);
20
template
<>
long
double
TPZAssert::NonNegative
(
const
long
double
&);
TPZAssert.h
TPZAssert::NonNegative
static T & NonNegative(T &value)
Definition:
TPZAssert.h:18
Generated on Sun Aug 16 2020 11:17:11 for NeoPZ by
1.8.13