NetworKit
Large-Scale Network Analysis
Get Started
Documentation
Features
News
Publications
NetworKit Day
Credits & References
Python Documentation
C++ Documentation
Page Hierarchy
Class Hierarchy
File Hierarchy
Full API
Namespaces
Classes and Structs
Enums
Functions
Variables
Defines
Typedefs
Directories
Pages
Jupyter Notebook
Developer Guide
Function Aux::StringTools::starts_with
¶
Defined in
File StringTools.hpp
Function Documentation
¶
inline
bool
Aux
::
StringTools
::
starts_with
(
std
::
string_view
str
,
std
::
string_view
prefix
)
¶
Determines whether
str
starts with
prefix
.