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::reentrant_registry< T > Struct Template Reference

Trait registry for detecting idempotent (structural) reentrance. More...

#include <jh/conceptual/mutex_like.h>

Inheritance diagram for jh::reentrant_registry< T >:

Detailed Description

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

Trait registry for detecting idempotent (structural) reentrance.

Used by jh::typed::null_mutex_t and similar structural types that support safe re-locking within the same context.

Default: false_type
Specializable: For user-defined idempotent locks.


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