Adobe Source Libraries 1.49.0
A collection of C++ libraries.
Loading...
Searching...
No Matches
nearest_cast_fn< A, R > Class Template Reference

#include <adobe/cmath.hpp>

Public Member Functions

operator() (const A &x) const

Detailed Description

template<typename A, typename R>
class adobe::nearest_cast_fn< A, R >

nearest_cast_fn is the function object form of adobe::nearest_cast.

See also
adobe::nearest_cast

Definition at line 73 of file cmath.hpp.

Member Function Documentation

◆ operator()()

template<typename A, typename R>
R operator() ( const A & x) const

Definition at line 74 of file cmath.hpp.