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

Define addition operations. More...

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

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

Public Types

using type = Tp
 
template<typename U >
using base_t = typename U::base_type
 

Public Member Functions

 TIMEMORY_DELETED_OBJECT (plus) template< typename Up
 

Public Attributes

 Up = Tp
 

Detailed Description

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

Define addition operations.

Definition at line 51 of file math.hpp.

Member Typedef Documentation

◆ base_t

template<typename Tp >
template<typename U >
using tim::operation::plus< Tp >::base_t = typename U::base_type

Definition at line 56 of file math.hpp.

◆ type

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

Definition at line 53 of file math.hpp.

Member Function Documentation

◆ TIMEMORY_DELETED_OBJECT()

template<typename Tp >
tim::operation::plus< Tp >::TIMEMORY_DELETED_OBJECT ( plus< Tp >  )

Member Data Documentation

◆ Up

template<typename Tp >
tim::operation::plus< Tp >::Up = Tp

Definition at line 68 of file math.hpp.


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