|
RWLEnvelope 0.0.0
Thread-safe envelope wrapper using reader-writer locks
|
Concept to enforce that callbacks do not throw exceptions (for mutable access). More...
#include </opt/azure-agent/_work/15/s/include/siddiqsoft/RWLEnvelope.hpp>
Concept to enforce that callbacks do not throw exceptions (for mutable access).
This concept ensures that callbacks used with mutate() are:
| ContainerType | The type of the container being accessed |
| Callback | The callback type to check |
| Args | The argument types to pass to the callback |
Definition at line 107 of file RWLEnvelope.hpp.