E.V.E
v2023.02.15

◆ store_equivalent

eve::store_equivalent = {}
inlineconstexpr

Callable object, customisation point. If an iterator's store operation can be done as a store to some other iterator/pointer - this is a transformation to customize.

Should return new ignore/value/pointer triplep

By default returns ignore/value/pointer tuple, unchanged.