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

#include "timemory/operations/types/construct.hpp"

+ Collaboration diagram for tim::operation::construct< Tp * >:

Public Types

using base_type = construct< Tp >
 

Static Public Member Functions

template<typename... Args>
static Tp * get (Args &&...)
 

Detailed Description

template<typename Tp>
struct tim::operation::construct< Tp * >

Definition at line 96 of file construct.hpp.

Member Typedef Documentation

◆ base_type

template<typename Tp >
using tim::operation::construct< Tp * >::base_type = construct<Tp>

Definition at line 98 of file construct.hpp.

Member Function Documentation

◆ get()

template<typename Tp >
template<typename... Args>
static Tp * tim::operation::construct< Tp * >::get ( Args &&  ...)
inlinestatic

Definition at line 101 of file construct.hpp.

102 {
103 return nullptr;
104 }

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