Inkscape
Vector Graphics Editor
Loading...
Searching...
No Matches
Inkscape::Util::Deleter< f > Struct Template Reference

Turn a function into a function object that can be used as a deleter for a smart pointer. More...

#include <delete-with.h>

Public Member Functions

void operator() (auto p)
 

Detailed Description

template<auto f>
struct Inkscape::Util::Deleter< f >

Turn a function into a function object that can be used as a deleter for a smart pointer.

Definition at line 14 of file delete-with.h.

Member Function Documentation

◆ operator()()

template<auto f>
void Inkscape::Util::Deleter< f >::operator() ( auto  p)
inline

Definition at line 16 of file delete-with.h.


The documentation for this struct was generated from the following file: