Binding modifier that makes each argument const.
Synopsis
Declared in <folly/lang/bind/Bind.h>
template<typename... Ts>
struct constant
: 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