pflib v3.9.0-rc3-11-g2537d8f
Pretty Fine HGCROC Interaction Library
Loading...
Searching...
No Matches
ends_with.h
Go to the documentation of this file.
1
4#pragma once
5
6#include <string>
7
13namespace pflib::utility {
14
22bool ends_with(const std::string& full, const std::string& ending);
23
24} // namespace pflib::utility
Dumping ground for various functions that are used in many places.
Definition crc.cxx:9
bool ends_with(const std::string &full, const std::string &ending)
Check if a given string has a specific ending.
Definition ends_with.cxx:5