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

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)
 

Detailed Description

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

The purpose of this operation class is to provide a non-template hook to get the object itself.

Definition at line 53 of file get.hpp.

Member Typedef Documentation

◆ type

template<typename Tp >
using tim::operation::get< Tp >::type = Tp

Definition at line 55 of file get.hpp.

Member Function Documentation

◆ TIMEMORY_DELETED_OBJECT()

template<typename Tp >
tim::operation::get< Tp >::TIMEMORY_DELETED_OBJECT ( get< Tp >  ) const &

Member Data Documentation

◆ nhash

template<typename Tp >
void size_t tim::operation::get< Tp >::nhash { get_sfinae(obj, 0, 0, ptr, nhash)

Definition at line 61 of file get.hpp.

◆ ptr

template<typename Tp >
void*& tim::operation::get< Tp >::ptr

Definition at line 61 of file get.hpp.


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