struct MapExecutor

Overview

struct MapExecutor
{
    // methods

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