struct MapAuxPFCleanup

struct MapAuxPFCleanup
{
    // construction

    MapAuxPFCleanup();

    //
methods

    template <typename PTR>
    void operator () (PTR& ptr);
};