|
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.
|
The purpose of this operation class is to provide a non-template hook to get the object itself. More...
#include "timemory/operations/types/get.hpp"
Collaboration diagram for tim::operation::get< Tp >:Public Types | |
| using | type = Tp |
Public Member Functions | |
| TIMEMORY_DELETED_OBJECT (get) get(const type &obj | |
Public Attributes | |
| void *& | ptr |
| void size_t | nhash { get_sfinae(obj, 0, 0, ptr, nhash) |
The purpose of this operation class is to provide a non-template hook to get the object itself.
| using tim::operation::get< Tp >::type = Tp |
| tim::operation::get< Tp >::TIMEMORY_DELETED_OBJECT | ( | get< Tp > | ) | const & |
| void size_t tim::operation::get< Tp >::nhash { get_sfinae(obj, 0, 0, ptr, nhash) |
| void*& tim::operation::get< Tp >::ptr |