glvalue(3) | glvalue(3) |
glvalue - forward value
#include <cfl/utilities/glvalue.hpp>
int i {0};
auto && v = glvalue (move (i)); // int &&
Just forward argument. Mainly intended as no-op in situations where the storage type is parametrized.
Not a container function.
prvalue(3), noxvalue(3)