Class List > eosio :: ignore_wrapper
Wrapper class to allow sending inline actions with the correct payload. More...
Public Attributes
Type | Name |
---|---|
T | value |
Public Functions
Type | Name |
---|---|
constexpr | ignore_wrapper () |
constexpr | ignore_wrapper (T val) |
constexpr | ignore_wrapper (ignore< T > val) |
constexpr T | get () |
constexpr | operator T () |
constexpr | operator ignore< T > () |
Detailed Description
Wrapper class to allow sending inline actions with the correct payload
Public Attributes Documentation
variable value
T eosio::ignore_wrapper< T >::value;
Public Functions Documentation
function ignore_wrapper (1/3)
constexpr eosio::ignore_wrapper< T >::ignore_wrapper()
function ignore_wrapper (2/3)
constexpr eosio::ignore_wrapper< T >::ignore_wrapper(
T val
)
function ignore_wrapper (3/3)
constexpr eosio::ignore_wrapper< T >::ignore_wrapper(
ignore< T > val
)
function get
constexpr T eosio::ignore_wrapper< T >::get()
function operator T
constexpr eosio::ignore_wrapper< T >::operator T()
function operator ignore< T >
constexpr eosio::ignore_wrapper< T >::operator ignore< T >()
The documentation for this class was generated from the following file: libraries/eosiolib/ignore.hpp