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

#include "timemory/data/functional.hpp"

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

Public Member Functions

 divide (Lhs &lhs, const Rhs &rhs)
 

Detailed Description

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

Definition at line 73 of file functional.hpp.

Constructor & Destructor Documentation

◆ divide()

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

Definition at line 75 of file functional.hpp.

75{ lhs /= rhs; }

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