|
template<class U = is_fields_helper> |
static auto | f1 (int) -> decltype( std::declval< string_view & >()=std::declval< U const & >().get_method_impl(), std::true_type()) |
|
static auto | f1 (...) -> std::false_type |
|
template<class U = is_fields_helper> |
static auto | f2 (int) -> decltype( std::declval< string_view & >()=std::declval< U const & >().get_target_impl(), std::true_type()) |
|
static auto | f2 (...) -> std::false_type |
|
template<class U = is_fields_helper> |
static auto | f3 (int) -> decltype( std::declval< string_view & >()=std::declval< U const & >().get_reason_impl(), std::true_type()) |
|
static auto | f3 (...) -> std::false_type |
|
template<class U = is_fields_helper> |
static auto | f4 (int) -> decltype( std::declval< bool & >()=std::declval< U const & >().get_chunked_impl(), std::true_type()) |
|
static auto | f4 (...) -> std::false_type |
|
template<class U = is_fields_helper> |
static auto | f5 (int) -> decltype( std::declval< bool & >()=std::declval< U const & >().get_keep_alive_impl( std::declval< unsigned >()), std::true_type()) |
|
static auto | f5 (...) -> std::false_type |
|
template<class U = is_fields_helper> |
static auto | f6 (int) -> decltype( void(std::declval< U & >().set_method_impl(std::declval< string_view >())), std::true_type()) |
|
static auto | f6 (...) -> std::false_type |
|
template<class U = is_fields_helper> |
static auto | f7 (int) -> decltype( void(std::declval< U & >().set_target_impl(std::declval< string_view >())), std::true_type()) |
|
static auto | f7 (...) -> std::false_type |
|
template<class U = is_fields_helper> |
static auto | f8 (int) -> decltype( void(std::declval< U & >().set_reason_impl(std::declval< string_view >())), std::true_type()) |
|
static auto | f8 (...) -> std::false_type |
|
template<class U = is_fields_helper> |
static auto | f9 (int) -> decltype( void(std::declval< U & >().set_chunked_impl(std::declval< bool >())), std::true_type()) |
|
static auto | f9 (...) -> std::false_type |
|
template<class U = is_fields_helper> |
static auto | f10 (int) -> decltype( void(std::declval< U & >().set_content_length_impl( std::declval< boost::optional< std::uint64_t >>())), std::true_type()) |
|
static auto | f10 (...) -> std::false_type |
|
template<class U = is_fields_helper> |
static auto | f11 (int) -> decltype( void(std::declval< U & >().set_keep_alive_impl( std::declval< unsigned >(), std::declval< bool >())), std::true_type()) |
|
static auto | f11 (...) -> std::false_type |
|