xtd
0.2.0
Loading...
Searching...
No Matches
◆
is< int64 >()
template<>
bool
xtd::is
<
int64
>
(
int64
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
{
int64
i
= 42;
std::cout <<
"i "
<<
is<int64>
(
i
) ?
"is"
:
"isn't"
<<
" int64"
<< endl;
}
xtd::int64
int64_t int64
Represents a 64-bit signed integer.
Definition
int64.h:23
xtd::is< int64 >
bool is< int64 >(int64 value)
Checks if the result of an expression is compatible with a given type.
Definition
is.h:218
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.