'constant rvalue reference (type const &&) as a parameter [duplicate]

Why does C++ allow constant rvalue references ? I just noticed that this will be actually used by

std::pair<T1, T2>::pair::pair( const pair<U1, U2> &&p )
c++


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source