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

folly::bind::ext::merge_update_args</* implementation-defined */, Ts...>

Concatenates several like_args lists, mapping each bind_info_t through BindInfoFn.

Type Aliases

Name

Description

binding_list_t

The concatenated binding list with each bind_info_t mapped by BindInfoFn.

Member Functions

Name

Description

unsafe_tuple_to_bind

Move out the concatenated tuple of bound values.

Using Declarations

Deduction Guides

Name

Description

capture_const_ref<folly::bind::ext::deduce_args_t<Ts>...>

Deduction guide for capture_const_ref from its bound arguments.

Created with MrDocs