|
JH-Toolkit v1.4.1
An engineering-oriented C++20 toolkit with duck-typed concepts, static design, async coroutines, and semantic containers — header-only, RTTI-free, and concurrency-friendly.
|
Trait registry for detecting counting reentrance (recursive). More...
#include <jh/conceptual/mutex_like.h>
Trait registry for detecting counting reentrance (recursive).
Specialized for standard recursive mutex types and can be extended by user-defined reentrant locks.
Default: false_type
Specialized:
std::recursive_mutex std::recursive_timed_mutex