ocean ~v6.x.x (2022-01-14T16:08:36.1174149)
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.