Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

swap (1 of 2 overloads)

Synopsis

Defined in header <boost/static_string/static_string.hpp>

template<
    std::size_t N,
    [role red error.param neither has a declname nor a 'class ' prefix in the type][role red error.param neither has a declname nor a 'class ' prefix in the type][role red error.param neither has a declname nor a 'class ' prefix in the type][role red error.param neither has a declname nor a 'class ' prefix in the type],
    [role red error.param neither has a declname nor a 'class ' prefix in the type][role red error.param neither has a declname nor a 'class ' prefix in the type][role red error.param neither has a declname nor a 'class ' prefix in the type][role red error.param neither has a declname nor a 'class ' prefix in the type]>
constexpr void
swap(
    basic_static_string< N, CharT, Traits >& lhs,
    basic_static_string< N, CharT, Traits >& rhs);
Description

PrevUpHomeNext