Go to the source code of this file.
Define Documentation
| #define RCPP_GENERATE_SWAP |
( |
|
TYPE, |
|
|
|
RTYPE |
|
) |
| |
Value:template<> inline void swap< Rcpp::internal::TYPE<RTYPE> >( \
Rcpp::internal::TYPE<RTYPE>& a , \
Rcpp::internal::TYPE<RTYPE>& b) { \
a.swap(b) ; \
}
Definition at line 28 of file swap.h.