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.
Loading...
Searching...
No Matches
jh::recursive_registry< T > Struct Template Reference

Trait registry for detecting counting reentrance (recursive). More...

#include <jh/conceptual/mutex_like.h>

Inheritance diagram for jh::recursive_registry< T >:

Detailed Description

template<jh::concepts::mutex_like T>
struct jh::recursive_registry< T >

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

The documentation for this struct was generated from the following file: