libsigc++ 2.12.1
sigc::can_deduce_result_type_with_decltype< T_functor > Class Template Reference

Helper class, to determine if decltype() can deduce the result type of a functor. More...

#include <sigc++/functors/functor_trait.h>

Static Public Attributes

static const bool value
 

Detailed Description

template<typename T_functor>
class sigc::can_deduce_result_type_with_decltype< T_functor >

Helper class, to determine if decltype() can deduce the result type of a functor.

Member Data Documentation

◆ value

template <typename T_functor>
const bool sigc::can_deduce_result_type_with_decltype< T_functor >::value
static