Class List > eosio :: detail
Classes
Typedefs
Functions
Typedefs Documentation
typedef deduced
using eosio::detail::deduced = typedef decltype(get_args(Action));
typedef deduced_nounwrap
using eosio::detail::deduced_nounwrap = typedef decltype(get_args_nounwrap(Action));
Functions Documentation
function get_args
template<typename R, typename Act, typename... Args>
auto eosio::detail::get_args(
R(Act::*)(Args...) p
)
function get_args_nounwrap
template<typename R, typename Act, typename... Args>
auto eosio::detail::get_args_nounwrap(
R(Act::*)(Args...) p
)
function type_check
template<auto Action, typename... Ts>
constexpr bool eosio::detail::type_check()
The documentation for this class was generated from the following file: libraries/eosiolib/action.hpp