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

◆ size()

size_t MayaFlux::Yantra::OperationPool::size ( ) const
inline

Get pool size.

Returns
Number of operations in the pool

Definition at line 371 of file OperationPool.hpp.

372 {
373 std::shared_lock lock(m_mutex);
374 return m_operations.size();
375 }
std::unordered_map< std::string, OperationPtr > m_operations

References m_mutex, and m_operations.