Return true if the specified string ends with the specified character, and false otherwise.

Synopsis

Declared in <bdlb_stringviewutil.h>

static
bool
endsWith(
    std::string_view const& string,
    char character);

Return Value

true if string ends with character, and false otherwise

Parameters

Name

Description

string

string view to test

character

trailing character to match

Created with MrDocs