~ubuntu-branches/ubuntu/trusty/r-cran-rcpparmadillo/trusty

« back to all changes in this revision

Viewing changes to inst/include/armadillo_bits/SpValProxy_bones.hpp

  • Committer: Package Import Robot
  • Author(s): Dirk Eddelbuettel
  • Date: 2013-07-31 16:40:01 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20130731164001-h9t7espn2nh9wf9p
Tags: 0.3.900.7-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
  
46
46
  arma_inline SpValProxy& operator++();
47
47
  arma_inline SpValProxy& operator--();
48
 
  arma_inline eT operator++(const int unused);
49
 
  arma_inline eT operator--(const int unused);
 
48
  arma_inline eT operator++(const int);
 
49
  arma_inline eT operator--(const int);
50
50
  
51
51
  //! This will work for any other operations that do not modify a value.
52
52
  arma_inline operator eT() const;