Loading...
Searching...
No Matches
◆ as< int64 >() [24/43]
Casts a type into another type.
- Parameters
-
- Returns
- A new int64 object converted from value.
- Exceptions
-
- Header
-
- Namespace
- xtd
- Library
- xtd.core
- Examples
string value = "42";
int64_t int64
Represents a 64-bit signed integer.
Definition int64.h:23
int64 as< int64 >(std::any value)
Casts a type into another type.
Definition __as_int64.h:36