|
Rcpp Version 1.1.2
|
#include <clamp.h>

Public Types | |
| typedef Rcpp::traits::storage_type< RTYPE >::type | STORAGE |
Public Member Functions | |
| clamp_operator (STORAGE lhs_, STORAGE rhs_) | |
| STORAGE | operator() (STORAGE x) const |
Public Attributes | |
| STORAGE | lhs |
| STORAGE | rhs |
| typedef Rcpp::traits::storage_type<RTYPE>::type Rcpp::sugar::clamp_operator< RTYPE, NA >::STORAGE |
|
inline |
|
inline |
| STORAGE Rcpp::sugar::clamp_operator< RTYPE, NA >::lhs |
Definition at line 37 of file clamp.h.
Referenced by clamp_operator(), and operator()().
| STORAGE Rcpp::sugar::clamp_operator< RTYPE, NA >::rhs |
Definition at line 37 of file clamp.h.
Referenced by clamp_operator(), and operator()().