struct MapAuxPFCleanup

Overview

struct MapAuxPFCleanup
{
    // construction

    MapAuxPFCleanup();

    // methods

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