PGROUTING
3.2
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
i
l
m
o
p
r
s
t
u
v
w
x
Functions
a
b
c
d
e
g
i
o
p
s
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
~
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
~
Variables
a
b
c
d
e
f
g
i
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Typedefs
b
c
d
e
g
i
l
o
p
s
v
Enumerations
Enumerator
Related Functions
c
d
e
i
o
p
s
Files
File List
File Members
All
_
a
b
c
d
e
f
g
i
l
m
o
p
r
s
t
u
v
Functions
_
a
c
d
e
f
g
i
o
p
r
s
t
Variables
Typedefs
Enumerations
Enumerator
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Public Member Functions
|
List of all members
Pgr_allpairs< G >::inf_plus< T > Struct Template Reference
Public Member Functions
T
operator()
(const T &a, const T &b) const
Detailed Description
template<class G>
template<typename T>
struct Pgr_allpairs< G >::inf_plus< T >
Definition at line
252
of file
pgr_allpairs.hpp
.
Member Function Documentation
◆
operator()()
template<class G >
template<typename T >
T
Pgr_allpairs
< G >::
inf_plus
< T >::operator()
(
const T &
a
,
const T &
b
)
const
inline
Definition at line
253
of file
pgr_allpairs.hpp
.
253
{
254
T inf = (std::numeric_limits<T>::max)();
255
if
(a == inf || b == inf)
256
return
inf;
257
return
a + b;
258
}
The documentation for this struct was generated from the following file:
pgr_allpairs.hpp
Pgr_allpairs
inf_plus
Generated on Tue May 25 2021 15:09:49 for PGROUTING by
1.8.17