namespace eosio::_datastream_detail
Class List > eosio :: _datastream_detail
Classes
Type | Name |
---|---|
struct | is_datastream |
struct | is_datastream< datastream< T > > |
Functions
Type | Name |
---|---|
constexpr bool | is_pointer () |
constexpr bool | is_primitive () |
Functions Documentation
function is_pointer
template<typename T>
constexpr bool eosio::_datastream_detail::is_pointer()
Check if type T is a pointer
Template parameters:
- T - The type to be checked
Returns:
true if T is a pointer
Returns:
false otherwise
function is_primitive
template<typename T>
constexpr bool eosio::_datastream_detail::is_primitive()
Check if type T is a primitive type
Template parameters:
- T - The type to be checked
Returns:
true if T is a primitive type
Returns:
false otherwise
The documentation for this class was generated from the following file: libraries/eosiolib/core/eosio/datastream.hpp