xtd
0.2.0
Loading...
Searching...
No Matches
◆
is< sbyte >()
template<>
bool
xtd::is
<
sbyte
>
(
sbyte
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
{
sbyte
i
= 42;
std::cout <<
"i "
<<
is<sbyte>
(
i
) ?
"is"
:
"isn't"
<<
" sbyte"
<< endl;
}
xtd::sbyte
int8_t sbyte
Represents a 8-bit signed integer.
Definition
sbyte.h:23
xtd::is< sbyte >
bool is< sbyte >(sbyte value)
Checks if the result of an expression is compatible with a given type.
Definition
is.h:152
xtd::console_key::i
@ i
The I key.
xtd
Generated on Sat Sep 14 2024 21:25:16 for xtd by
Gammasoft
. All rights reserved.