PeriDyno 1.0.0
Loading...
Searching...
No Matches
dyno::DivideFunc< T > Struct Template Reference

#include <Functional.h>

Public Member Functions

DYN_FUNC T operator() (const T lhs, const T rhs) const
 

Detailed Description

template<typename T>
struct dyno::DivideFunc< T >

Definition at line 33 of file Functional.h.

Member Function Documentation

◆ operator()()

template<typename T>
DYN_FUNC T dyno::DivideFunc< T >::operator() ( const T lhs,
const T rhs ) const
inline

Function call operator. The return value is lhs / rhs.

Definition at line 37 of file Functional.h.


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