xtd
0.2.0
Loading...
Searching...
No Matches
◆
is< xtd::byte >()
template<>
bool
xtd::is
<
xtd::byte
>
(
xtd::byte
value
)
inline
Checks if the result of an expression is compatible with a given type.
Header
#include <xtd/is>
Namespace
xtd
Library
xtd.core
Examples
auto
main() ->
int
{
xtd::byte
u
= 42;
std::cout <<
"u "
<<
is<xtd::byte>
(
u
) ?
"is"
:
"isn't"
<<
" xtd::byte"
<< endl;
}
xtd::byte
uint8_t byte
Represents a 8-bit unsigned integer.
Definition
byte.h:23
xtd::console_key::u
@ u
The U key.
xtd::is< xtd::byte >
bool is< xtd::byte >(xtd::byte value)
Checks if the result of an expression is compatible with a given type.
Definition
is.h:262
xtd
Generated on Sat Sep 14 2024 21:25:16 for xtd by
Gammasoft
. All rights reserved.