cds
2.3.2
|
Dummy resizing policy. More...
#include <cds/intrusive/striped_set/resizing_policy.h>
Public Member Functions | |
template<typename Container , typename Bucket > | |
bool | operator() (size_t, Container const &, Bucket const &) const |
Main policy operator always returns false . | |
void | reset () |
Resets internal state of the policy (does nothing) | |
Dummy resizing policy.
This policy is dummy and always returns false
that means no resizing is needed.
This policy is stateless.