maomao90's Library
A C++20 library for competitive programming.
|
Lazy that does not apply any updates. More...
#include <standard_monoids.hpp>
Public Member Functions | |
NoLazy | merge (const NoLazy &o) const |
T | apply (const T &o, const int len) const |
Static Public Member Functions | |
static NoLazy | id () |
Lazy that does not apply any updates.
T | the monoid to be used with the lazy. |
|
inlinestatic |
|
inline |
|
inline |