LLVM 19.0.0git
Functions
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.

References starts_with().

◆ starts_with() [2/2]

DEMANGLE_NAMESPACE_BEGIN bool starts_with ( std::string_view  self,
char  C 
)
inlinenoexcept