Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
basic_static_string::starts_with (2 of 3 overloads)

Returns whether the string begins with c

Synopsis
BOOST_STATIC_STRING_CPP14_CONSTEXPR bool
starts_with(
    value_type c) const;
Description

PrevUpHomeNext