Rcpp Version 0.9.10
swap.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  std

Defines

#define RCPP_GENERATE_SWAP(TYPE, RTYPE)

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.

 All Classes Namespaces Files Functions Variables Typedefs Enumerator Friends Defines