Construct from F
Synopsis
Declared in <absl/functional/function_ref.h>
template<
typename F,
typename = EnableIfCompatible<F&>>
FunctionRef(F&& f) noexcept;
Parameters
Name |
Description |
f |
The object to move construct from |
Created with MrDocs