Loading...
Searching...
No Matches
◆ as< slong >() [1/43]
Casts a type into another type.
- Parameters
-
- Returns
- A new slong object converted from value.
- Exceptions
-
- Header
-
- Namespace
- xtd
- Library
- xtd.core
- Examples
std::any value = true;
__slong__ slong
Represents a 32-bit or 64-bit signed integer.
Definition slong.h:27
slong as< slong >(std::any value)
Casts a type into another type.
Definition __as_slong.h:36