timemory 3.3.0
Modular C++ Toolkit for Performance Analysis and Logging. Profiling API and Tools for C, C++, CUDA, Fortran, and Python. The C++ template API is essentially a framework to creating tools: it is designed to provide a unifying interface for recording various performance measurements alongside data logging and interfaces to other tools.
tim::operation::generic_deleter< quirk::config< Types... > > Struct Template Reference

#include "timemory/variadic/base_bundle.hpp"

+ Collaboration diagram for tim::operation::generic_deleter< quirk::config< Types... > >:

Public Member Functions

template<typename Arg , typename... Args>
 generic_deleter (Arg &&, Args &&...)
 
template<typename... Args>
auto operator() (Args &&...) const
 

Detailed Description

template<typename... Types>
struct tim::operation::generic_deleter< quirk::config< Types... > >

Definition at line 79 of file base_bundle.hpp.

Constructor & Destructor Documentation

◆ generic_deleter()

template<typename... Types>
template<typename Arg , typename... Args>
tim::operation::generic_deleter< quirk::config< Types... > >::generic_deleter ( Arg &&  ,
Args &&  ... 
)
inlineexplicit

Definition at line 84 of file base_bundle.hpp.

85 {}

Member Function Documentation

◆ operator()()

template<typename... Types>
template<typename... Args>
auto tim::operation::generic_deleter< quirk::config< Types... > >::operator() ( Args &&  ...) const
inline

Definition at line 88 of file base_bundle.hpp.

89 {}

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