Template Struct Parameters::hasAddPostSetParametersCallback
- Defined in File parameters.hpp 
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::false_type test(...)
 - Public Static Attributes - 
static const bool value = decltype(test<T>(nullptr))::value
 
- 
template<typename A>