eosio::_datastream_detail
Classes
Name | |
---|---|
struct | eosio::_datastream_detail::is_datastream |
struct | eosio::_datastream_detail::is_datastream< datastream< T > > |
Functions
Name | |
---|---|
template <typename T > constexpr bool | is_pointer() |
template <typename T > constexpr bool | is_primitive() |
Functions Documentation
function is_pointer
template <typename T >
constexpr bool is_pointer()
Template Parameters:
- T - The type to be checked
Return:
- true if T is a pointer
- false otherwise
Check if type T is a pointer
function is_primitive
template <typename T >
constexpr bool is_primitive()
Template Parameters:
- T - The type to be checked
Return:
- true if T is a primitive type
- false otherwise
Check if type T is a primitive type
Updated on 2022-12-05 at 15:38:07 +0000