Lines Matching full:rvalue
2257 // we should be working from an RValue in the case of move to ensure2258 // that we prefer to bind to rvalue references, and an LValue in the2259 // case of copy to ensure we don't bind to rvalue references.