A callable wrapper that manually asserts the safe_alias level S.
Synopsis
Declared in <folly/lang/SafeAlias.h>
template<
safe_alias S,
typename Fn>
class manual_safe_callable_t;
Type Aliases
Name |
Description |
Reports the manually‐asserted safety level |
Member Functions
Name |
Description |
|
Constructs the wrapper by moving the given callable. |
Function call operators |
Non-Member Functions
Name |
Description |
Wraps a callable, asserting the given safety level; see |
Created with MrDocs