Maipa's Standard Library Extension 1.5.6
mstd
Loading...
Searching...
No Matches
mstd::function_traits< F, C > Struct Template Reference

#include <function_traits.hpp>

Inherits mstd::utils::function_default_type_traits< false >.

Collaboration diagram for mstd::function_traits< F, C >:
[legend]

Static Public Attributes

static _MSTD_CONSTEXPR17 const bool is_free = false
Static Public Attributes inherited from mstd::utils::function_default_type_traits< false >
static _MSTD_CONSTEXPR17 const bool is_std_function
static _MSTD_CONSTEXPR17 const bool is_ptr
static _MSTD_CONSTEXPR17 const bool is_ref
static _MSTD_CONSTEXPR17 const bool is_moved
static _MSTD_CONSTEXPR17 const bool is_functor
static _MSTD_CONSTEXPR17 const bool is_member
static _MSTD_CONSTEXPR17 const bool is_free
static _MSTD_CONSTEXPR17 const bool is_parent_ref
static _MSTD_CONSTEXPR17 const bool is_parent_moved
static _MSTD_CONSTEXPR17 const bool is_const
static _MSTD_CONSTEXPR17 const bool is_noexcept
static _MSTD_CONSTEXPR17 const bool is_volatile

Member Data Documentation

◆ is_free

template<class F, class C = void>
_MSTD_CONSTEXPR17 const bool mstd::function_traits< F, C >::is_free = false
static