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< uint16_t >()
template<>
bool xtd::is< uint16_t >
(
uint16_t
value
)
inline
Return true if specified value is the specified uint16_t. A Is expression takes the following form:
Library
xtd.core
Examples
int
main() {
uint16_t
u
= 42;
std::cout <<
"u "
<<
is<uint16_t>
(u) ?
"is"
:
"isn't"
<<
" uint16_t"
<< endl;
}
xtd
Generated on Sat Feb 27 2021 21:10:24 for xtd - Reference Guide by
Gammasoft
. All rights reserved.