Template Struct Parameters::hasAddPostSetParametersCallback

Nested Relationships

This struct is a nested type of Class Parameters.

Struct Documentation

template<typename T>
struct hasAddPostSetParametersCallback

SFINAE helper to check whether add_post_set_parameters_callback is supported

Public Static Functions

template<typename A>
static std::true_type test(decltype(&A::add_post_set_parameters_callback))
template<typename A>
static std::false_type test(...)

Public Static Attributes

static const bool value = decltype(test<T>(nullptr))::value