struct MapExecutor

struct MapExecutor
{
    //
methods

    template <typename OP>
    static void run(
        const CMultiMetricMap& _mmm,
        OP op
        );
};