glvalue(3) glvalue(3)

NAME

glvalue - forward value

SYNOPSIS

#include <cfl/utilities/glvalue.hpp>

int i {0};

auto && v = glvalue (move (i)); // int &&

DESCRIPTION

Just forward argument. Mainly intended as no-op in situations where the storage type is parametrized.

STANDARDS

Not a container function.

SEE ALSO

prvalue(3), noxvalue(3)