Bluenet
5.7.0
Bluenet, firmware for nRF52 smart home devices
|
This is the complete list of members for func::function< Result(Arguments...)>, including all inherited members.
call | func::function< Result(Arguments...)> | |
Empty_Function_Type typedef | func::function< Result(Arguments...)> | |
function() FUNC_NOEXCEPT | func::function< Result(Arguments...)> | inline |
function(std::nullptr_t) FUNC_NOEXCEPT | func::function< Result(Arguments...)> | inline |
function(function &&other) FUNC_NOEXCEPT | func::function< Result(Arguments...)> | inline |
function(const function &other) | func::function< Result(Arguments...)> | inline |
function(T functor, typename std::enable_if< detail::is_valid_function_argument< T, Result(Arguments...)>::value, detail::empty_struct >::type=detail::empty_struct()) FUNC_TEMPLATE_NOEXCEPT(T | func::function< Result(Arguments...)> | |
initialize(T functor, Allocator &&allocator) | func::function< Result(Arguments...)> | inline |
initialize_empty() FUNC_NOEXCEPT | func::function< Result(Arguments...)> | inline |
result_type typedef | func::detail::typedeffer< Result, Arguments... > |