template <typename T, size_t ObjectsToCache>

class Container

Defined at line 173 of file ../../src/media/audio/audio_core/reporter.h

This class is an implementation detail.

Container::Ptr is a smart pointer that calls T::Destroy() when the Ptr is destructed.

The underlying object may be cached for some time afterwards.

ObjectsToCache is the number of destroyed objects to cache, in addition to the

current alive object.

Records

Friends

template <typename T, size_t ObjectsToCache>
class Ptr
template <typename Tsize_t ObjectsToCache>
class Reporter