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::fini_storage< Tp > Struct Template Reference

#include "timemory/operations/declaration.hpp"

+ Collaboration diagram for tim::operation::fini_storage< Tp >:

Public Member Functions

 fini_storage ()
 

Detailed Description

template<typename Tp>
struct tim::operation::fini_storage< Tp >

Definition at line 623 of file declaration.hpp.

Constructor & Destructor Documentation

◆ fini_storage()

template<typename Tp >
tim::operation::fini_storage< Tp >::fini_storage
inline

Definition at line 36 of file fini_storage.hpp.

37{
38 sfinae(0);
39}

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