Block-Structured AMR Software Framework
Loading...
Searching...
No Matches
amrex::Divides< T > Struct Template Reference

Function object that returns the quotient of two values. More...

#include <AMReX_Functional.H>

Public Member Functions

constexpr T operator() (const T &lhs, const T &rhs) const
 Return lhs / rhs.
 

Detailed Description

template<typename T>
struct amrex::Divides< T >

Function object that returns the quotient of two values.

Member Function Documentation

◆ operator()()

template<typename T >
constexpr T amrex::Divides< T >::operator() ( const T &  lhs,
const T &  rhs 
) const
inlineconstexpr

Return lhs / rhs.


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