Bluenet  5.7.0
Bluenet, firmware for nRF52 smart home devices
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
func::detail::function_manager_inplace_specialization< T, Allocator, Enable > Struct Template Reference

#include <function.h>

Static Public Member Functions

template<typename Result , typename... Arguments>
static Result call (const functor_padding &storage, Arguments... arguments)
 
static void store_functor (manager_storage_type &storage, T to_store)
 
static void move_functor (manager_storage_type &lhs, manager_storage_type &&rhs) FUNC_NOEXCEPT
 
static void destroy_functor (Allocator &, manager_storage_type &storage) FUNC_NOEXCEPT
 
static T & get_functor_ref (const manager_storage_type &storage) FUNC_NOEXCEPT
 

Member Function Documentation

◆ call()

template<typename T , typename Allocator , typename Enable = void>
template<typename Result , typename... Arguments>
static Result func::detail::function_manager_inplace_specialization< T, Allocator, Enable >::call ( const functor_padding storage,
Arguments...  arguments 
)
inlinestatic

◆ destroy_functor()

template<typename T , typename Allocator , typename Enable = void>
static void func::detail::function_manager_inplace_specialization< T, Allocator, Enable >::destroy_functor ( Allocator &  ,
manager_storage_type storage 
)
inlinestatic

◆ get_functor_ref()

template<typename T , typename Allocator , typename Enable = void>
static T & func::detail::function_manager_inplace_specialization< T, Allocator, Enable >::get_functor_ref ( const manager_storage_type storage)
inlinestatic

◆ move_functor()

template<typename T , typename Allocator , typename Enable = void>
static void func::detail::function_manager_inplace_specialization< T, Allocator, Enable >::move_functor ( manager_storage_type lhs,
manager_storage_type &&  rhs 
)
inlinestatic

◆ store_functor()

template<typename T , typename Allocator , typename Enable = void>
static void func::detail::function_manager_inplace_specialization< T, Allocator, Enable >::store_functor ( manager_storage_type storage,
to_store 
)
inlinestatic

The documentation for this struct was generated from the following file: