template <typename T>
rll::standard_copyable_and_movable concept

Concept that is true if T is a standard copyable and movable type.

Template parameters
T Type to check.