Types
Name |
Description |
A predicate that always returns |
|
A predicate for checking whether an error code indicates error. |
|
A predicate for checking whether an exception is being thrown. |
|
POSIX-like file descriptor deleter |
|
POSIX-like file descriptor resource traits |
|
Scope exit guard that conditionally invokes a function upon leaving the scope. |
|
Scope exit guard that invokes a function upon leaving the scope with a failure condition satisfied. |
|
Scope final guard that invokes a function upon leaving the scope. |
|
Scope exit guard that invokes a function upon leaving the scope with a failure condition not satisfied. |
|
Unique POSIX-like file descriptor resource |
|
RAII wrapper for automatically reclaiming arbitrary resources. |
Functions
Name |
Description |
Creates a predicate for checking whether an exception is being thrown |
|
Creates a predicate for checking whether an exception is being thrown |
|
Creates a scope guard with a given action function object. |
|
Creates a scope fail guard with a given action function object. |
|
Creates a scope fail guard with a given action function object. |
|
Checks if the resource is valid and creates a |
|
Variables
Name |
Description |
Keyword representing default, unallocated resource argument |
Deduction Guides
Name |
Description |