pflib v3.9.0-rc3-11-g2537d8f
Pretty Fine HGCROC Interaction Library
Loading...
Searching...
No Matches
ends_with.h File Reference
#include <string>
Include dependency graph for ends_with.h:

Go to the source code of this file.

Namespaces

namespace  pflib::utility
 Dumping ground for various functions that are used in many places.
 
namespace  pflib
 This version of the fast control code interfaces with the CMS Fast control library which can be controlled over MMap/UIO.
 

Functions

bool pflib::utility::ends_with (const std::string &full, const std::string &ending)
 Check if a given string has a specific ending.