Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

operator+ (5 of 5 overloads)

Synopsis

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

template<
    std::size_t N,
    std::size_t M,
    [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 basic_static_string< N+M, CharT, Traits >
operator+(
    const CharT(&) lhs[N],
    const basic_static_string< M, CharT, Traits >& rhs);
Description

PrevUpHomeNext