Template Class ProxyPool

Nested Relationships

Nested Types

Class Documentation

template<class Proxy, std::size_t N = 4>
class ProxyPool

Public Types

using smart_ptr = std::unique_ptr<Proxy, D&>

Public Functions

inline ProxyPool(Proxy &&init)
inline ~ProxyPool()
inline std::size_t available() const noexcept
inline std::unique_ptr<Proxy, D&> get()

Public Static Functions

static inline constexpr std::size_t size()