READ ME: The docs for this library are in Bind.md.
Namespaces
Name |
Description |
Implements standard storage semantics for |
Types
Name |
Description |
The primitive for representing lists of bound args. |
|
|
|
Sugar for |
|
Binds an async‐closure capture whose pointer‐like value is dereferenced once to expose the underlying object. |
|
Sugar for |
|
Binding modifier that binds a const reference to each argument. |
|
Binding modifier that makes each argument |
|
Binding modifier that passes its arguments as decay‐copied prvalues. |
|
The "identifier tag ‐> storage type" signature for a named binding. |
|
Binding modifier that passes its arguments as rvalue references. |
|
Binding modifier that keeps each argument mutable. |
|
Binding modifier that binds a mutable reference to each argument. |
|
The self‐reference "identifier tag ‐> storage type" binding signature. |
Functions
Name |
Description |
Bind an in‐place‐constructed capture of type |
|
Bind an in‐place‐constructed capture built by a factory function. |
|
Binds in‐place construction of |
|
Binds in‐place construction via a maker callable plus the given arguments. |
|
User‐defined literal building a |
Variables
Name |
Description |
The identifier for the compile‐time string |
|
A special |
Created with MrDocs