Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
span::operator=

Assignment.

span&
operator=(
    span const&);
  » more...

template<
    class ContiguousContainer>
span&
operator=(
    ContiguousContainer&& container);
  » more...

PrevUpHomeNext