ocean v6.2.0 (2021-12-09T10:56:40Z)
Home
Dub
Repo
ILimitableInfo
ocean
util
container
pool
model
ILimitable
Informational interface to a limitable pool.
interface
ILimitableInfo {
size_t
limit
();
bool
is_limited
();
}
Members
Functions
is_limited
bool
is_limited
()
limit
size_t
limit
()
Meta
Source
See Implementation
ocean
util
container
pool
model
ILimitable
interfaces
ILimitable
ILimitableInfo
Informational interface to a limitable pool.