struct sophus::MutImage::TypedDeleterImplΒΆ

#include <image.h>

struct TypedDeleterImpl {
    // fields

    size_t num_bytes;

    // construction

    TypedDeleterImpl(size_t num_bytes);

    // methods

    void operator()(TPixel* p) const;
};