GA::kit v0.3
G&A's in-house C++ application framework
Loading...
Searching...
No Matches
sigslot::detail::function_traits< T, typename > Struct Template Reference

#include <sigslot.hpp>

Static Public Member Functions

static void ptr (const T &, func_ptr &d)
 

Static Public Attributes

static constexpr bool is_disconnectable = false
 
static constexpr bool must_check_object = true
 

Member Function Documentation

◆ ptr()

template<typename T , typename = void>
static void sigslot::detail::function_traits< T, typename >::ptr ( const T &  ,
func_ptr d 
)
inlinestatic

Member Data Documentation

◆ is_disconnectable

template<typename T , typename = void>
constexpr bool sigslot::detail::function_traits< T, typename >::is_disconnectable = false
staticconstexpr

◆ must_check_object

template<typename T , typename = void>
constexpr bool sigslot::detail::function_traits< T, typename >::must_check_object = true
staticconstexpr

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