MayaFlux 0.5.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ policy_is_mpsc< Policy >

template<typename Policy >
constexpr bool MayaFlux::Memory::policy_is_mpsc< Policy > = Policy::is_mpsc
staticconstexpr

Specialization for MPSCPolicy.

Detects if a given policy is MPSC by checking for the presence of the is_mpsc static member. If present, sets true; otherwise false.

Definition at line 249 of file RingBuffer.hpp.