TF++, Miscellaneous classes and modules in C++:
◆
Range()
[3/3]
template<class T = int>
tfxx::Range
< T >::
Range
(
const
Tvalue
&
first
,
const
Tvalue
&
last
)
inline
set range
Definition at line
59
of file
range.h
.
59
:
60
Mfirst
(
first
<
last
?
first
:
last
),
61
Mlast
(
last
>
first
?
last
:
first
) { }
tfxx::Range::Mlast
Tvalue Mlast
end of range.
Definition:
range.h:104
tfxx::Range::last
Tvalue & last()
access end of range
Definition:
range.h:65
tfxx::Range::first
Tvalue & first()
access start of range
Definition:
range.h:63
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