|
RWLEnvelope 0.0.0
Thread-safe envelope wrapper using reader-writer locks
|
Concept to enforce that callbacks do not throw exceptions (for const/read-only access). More...
#include </opt/azure-agent/_work/15/s/include/siddiqsoft/RWLEnvelope.hpp>
Concept to enforce that callbacks do not throw exceptions (for const/read-only access).
This concept ensures that callbacks used with observe() 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 92 of file RWLEnvelope.hpp.