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::ends_with
¶
Defined in
File StringTools.hpp
Function Documentation
¶
inline
bool
Aux
::
StringTools
::
ends_with
(
std
::
string_view
str
,
std
::
string_view
suffix
)
¶
Determines whether
str
ends with
suffix
.