TF++, Miscellaneous classes and modules in C++:
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
a
c
d
e
f
g
h
j
m
o
p
r
s
t
u
w
+
Functions
c
d
e
f
g
h
j
m
o
p
r
s
t
u
w
Variables
Typedefs
Enumerations
Enumerator
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
~
+
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
~
+
Variables
a
b
c
d
l
m
n
o
p
r
s
t
v
Typedefs
+
Files
File List
+
File Members
+
All
a
b
c
e
f
h
i
m
o
r
s
t
w
Functions
Variables
Typedefs
+
Macros
b
c
e
f
h
i
m
r
s
t
Examples
◆
expand()
template<class T = int>
Range
&
tfxx::Range
< T >::expand
(
const
Range
< T > &
other
)
inline
expand to larger of this and the other
Definition at line
87
of file
range.h
.
88
{
89
Mfirst
=
Mfirst
<other.first() ?
Mfirst
:other.first();
90
Mlast
=
Mlast
>other.last() ?
Mlast
:other.last();
91
return
*
this
;
92
}
tfxx::Range::Mlast
Tvalue Mlast
end of range.
Definition:
range.h:104
tfxx::Range::Mfirst
Tvalue Mfirst
start of range.
Definition:
range.h:103
tfxx
Range
Generated on Mon Aug 21 2023 17:36:06 for TF++, Miscellaneous classes and modules in C++: by
1.8.14