A multiplier that doesn't actually grow.
More...
#include <no_growth.hpp>
A multiplier that doesn't actually grow.
- Satisfies
- GrowthMultiplier
- Satisfies
- Stateless
Definition at line 47 of file no_growth.hpp.
◆ no_growth_multiplier() [1/2]
Move-constructs this growth policy from an existing one.
- Parameters
-
other | the other policy to move |
◆ no_growth_multiplier() [2/2]
Copy-constructs this growth policy from an existing one.
- Parameters
-
other | the other policy to copy |
◆ multiplier()
constexpr std::size_t bit::memory::no_growth_multiplier::multiplier |
( |
| ) |
const |
|
noexcept |
Returns the multiplier.
- Returns
- 1
◆ operator=() [1/2]
Move-assigns this growth policy from an existing one.
- Parameters
-
other | the other policy to move |
- Returns
- reference to
(*this)
◆ operator=() [2/2]
Copy-assigns this growth policy from an existing one.
- Parameters
-
other | the other policy to copy |
- Returns
- reference to
(*this)
The documentation for this class was generated from the following file: