You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kudu.apache.org by Todd Lipcon <to...@cloudera.com> on 2016/01/22 04:00:02 UTC

that funny && thing (rvalue references)

Found this handy guide to C++11 move semantics and rvalue references:
https://www.chromium.org/rvalue-references

We should probably follow most of their guidelines - in particular, not
going too crazy with move semantics, but probably slowly migrating away
from 'foo.Pass()' to 'std::move(foo)'. I'll grab the patches over from
Chromium-base to support std::move with our utility stuff.

-Todd
-- 
Todd Lipcon
Software Engineer, Cloudera