odtone::bind_rv_
// 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 &&(); };