Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

operator>= (3 of 3 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 bool
operator>=(
    const basic_static_string< N, CharT, Traits >& lhs,
    const CharT* rhs);
Description

PrevUpHomeNext