LLVM 22.0.0git
StringViewExtras.h File Reference
#include "DemangleConfig.h"
#include <string_view>

Go to the source code of this file.

Functions

DEMANGLE_NAMESPACE_BEGIN bool starts_with (std::string_view self, char C) noexcept
bool starts_with (std::string_view haystack, std::string_view needle) noexcept

Function Documentation

◆ starts_with() [1/2]

bool starts_with ( std::string_view haystack,
std::string_view needle )
inlinenoexcept

Definition at line 28 of file StringViewExtras.h.

◆ starts_with() [2/2]