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::conc::extension Namespace Reference

Public customization and extension points for jh::conc containers. More...

Classes

struct  value_factory
 Default value construction policy for flat_pool. More...
struct  value_factory< std::shared_ptr< T > >
 Value construction policy specialization for std::shared_ptr. More...
struct  value_factory< std::unique_ptr< T > >
 Value construction policy specialization for std::unique_ptr. More...

Detailed Description

Public customization and extension points for jh::conc containers.