Malloy
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
malloy::client::concepts::detail::http_cb_helper< Callback > Class Template Reference

Helper for http_callback concept. More...

#include <type_traits.hpp>

Public Member Functions

template<typename V >
void operator() (V &&)
 

Public Attributes

Callback cb
 

Detailed Description

template<typename Callback>
class malloy::client::concepts::detail::http_cb_helper< Callback >

Helper for http_callback concept.

Note
This is effectively [cb = std::move(cb)]<typename V>(V&& v) mutable { ... }
Template Parameters
Callbackcarries the functor type being checked by the concept

The documentation for this class was generated from the following file: