io
C++ I/O scheduling library with asynchronous socket operations
|
A generic function object that implements customization points. More...
#include <detail/customization.hpp>
Public Member Functions | |
template<typename... Args> | |
auto | operator() (Args &&...args) const -> decltype(tag_invoke(Tag{}, std::forward< Args >(args)...)) |
Invokes the customization point. | |
A generic function object that implements customization points.
Definition at line 30 of file customization.hpp.
|
inline |
Invokes the customization point.
Args | The types of the arguments to forward to the implementation. |
...args | The arguments to forward to the implementation. |
tag_invoke
overload. Definition at line 38 of file customization.hpp.