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::func::subtract< Lhs, Rhs > Struct Template Reference

#include "timemory/data/functional.hpp"

+ Collaboration diagram for tim::func::subtract< Lhs, Rhs >:

Public Member Functions

 subtract (Lhs &lhs, const Rhs &rhs)
 

Detailed Description

template<typename Lhs, typename Rhs>
struct tim::func::subtract< Lhs, Rhs >

Definition at line 61 of file functional.hpp.

Constructor & Destructor Documentation

◆ subtract()

template<typename Lhs , typename Rhs >
tim::func::subtract< Lhs, Rhs >::subtract ( Lhs &  lhs,
const Rhs &  rhs 
)
inline

Definition at line 63 of file functional.hpp.

63{ lhs -= rhs; }

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