intnslib 0.1
A library to hold common functionality used across multiple projects.
Loading...
Searching...
No Matches
intns::memory::NoOpPoolPolicy< U > Struct Template Reference

A no-operation pool policy for resource management. More...

#include <ObjectPool.hpp>

Static Public Member Functions

static void on_acquire (U &) noexcept
 
static void on_release (U &) noexcept
 

Detailed Description

template<typename U>
struct intns::memory::NoOpPoolPolicy< U >

A no-operation pool policy for resource management.

This policy provides empty implementations for acquire and release hooks, intended for use in scenarios where no special actions are required when acquiring or releasing resources from a pool.

Template Parameters
UThe type of resource managed by the pool.

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