'ODTONE - Open Dot Twenty One'

PrevUpHomeNext

Struct template bind_rv_

odtone::bind_rv_

Synopsis

// In header: </home/carlos/Projectos/odtone/inc/odtone/bind_rv.hpp>

template<typename T> 
struct bind_rv_ {
  // construct/copy/destruct
  bind_rv_(const bind_rv_ &);
  bind_rv_& operator=(const bind_rv_ &);

  // public member functions
  operator T &&();
};

Description

bind_rv_ public construct/copy/destruct

  1. bind_rv_(const bind_rv_ & rv);
  2. bind_rv_& operator=(const bind_rv_ &);

bind_rv_ public member functions

  1. operator T &&();

PrevUpHomeNext