Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

basic_static_string::starts_with

Returns whether the string begins with s

BOOST_STATIC_STRING_CPP14_CONSTEXPR bool
starts_with(
    string_view_type s) const;
  » more...

Returns whether the string begins with c

BOOST_STATIC_STRING_CPP14_CONSTEXPR bool
starts_with(
    value_type c) const;
  » more...

BOOST_STATIC_STRING_CPP14_CONSTEXPR bool
starts_with(
    const_pointer s) const;
  » more...

PrevUpHomeNext