Skip to main content

One doc tagged with "xvalue"

View all tags

glvalue, prvalue, xvalue

C++11 refined value categories into five types: lvalue, prvalue, xvalue, glvalue, and rvalue. Understanding these enables perfect forwarding and move semantics.