xtd - Reference Guide
0.1.0
Modern c++17/20 framework to create console, GUI and unit test applications on Windows, macOS, Linux, iOS and android.
◆
is< int64_t >()
template<>
bool xtd::is< int64_t >
(
int64_t
value
)
inline
Return true if specified value is the specified int64_t. A Is expression takes the following form:
Library
xtd.core
Examples
int
main() {
int64_t
i
= 42;
std::cout <<
"i "
<<
is<int64_t>
(i) ?
"is"
:
"isn't"
<<
" int64_t"
<< endl;
}
xtd
Generated on Sat Feb 27 2021 21:10:24 for xtd - Reference Guide by
Gammasoft
. All rights reserved.