|
Rcpp Version 1.0.14
|
#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 |
Definition at line 34 of file clamp.h.
References Rcpp::sugar::clamp_operator< RTYPE, NA >::lhs, and Rcpp::sugar::clamp_operator< RTYPE, NA >::rhs.
| STORAGE Rcpp::sugar::clamp_operator< RTYPE, NA >::lhs |
Definition at line 37 of file clamp.h.
Referenced by Rcpp::sugar::clamp_operator< REALSXP, true >::operator()(), and Rcpp::sugar::clamp_operator< RTYPE, NA >::operator()().
| STORAGE Rcpp::sugar::clamp_operator< RTYPE, NA >::rhs |
Definition at line 37 of file clamp.h.
Referenced by Rcpp::sugar::clamp_operator< REALSXP, true >::operator()(), and Rcpp::sugar::clamp_operator< RTYPE, NA >::operator()().