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

#include "timemory/data/functional.hpp"

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

Public Member Functions

 multiply (Lhs &lhs, const Rhs &rhs)
 

Detailed Description

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

Definition at line 67 of file functional.hpp.

Constructor & Destructor Documentation

◆ multiply()

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

Definition at line 69 of file functional.hpp.

69{ lhs *= rhs; }

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