Sugar for capture{const_ref{...}}, capturing a const reference.
Synopsis
Declared in <folly/coro/safe/BindCaptures.h>
template<typename... Ts>
struct capture_const_ref
: folly::bind::ext::merge_update_args</* implementation-defined */, Ts...>
Base Classes
Name |
Description |
Concatenates several |
Type Aliases
Name |
Description |
The concatenated binding list with each |
Member Functions
Name |
Description |
Move out the concatenated tuple of bound values. |
Using Declarations
Name |
Deduction Guides
Name |
Description |
Deduction guide for |
Created with MrDocs