For example:
constexpr T value_or(U&& v) const &
What is &
after const
?
and sometimes I also see &&
after const
, what is that?
For example:
constexpr T value_or(U&& v) const &
What is &
after const
?
and sometimes I also see &&
after const
, what is that?