ChimeraTK-DeviceAccess-DoocsBackend 01.11.02
Loading...
Searching...
No Matches
StringUtility.h
Go to the documentation of this file.
1#pragma once
2
3#include <string>
4#include <tuple>
5#include <vector>
6
7namespace detail {
8 std::pair<bool, std::string> endsWith(std::string const& s, const std::vector<std::string>& patterns);
9
10 long slashes(const std::string& s);
11
12} // namespace detail
std::pair< bool, std::string > endsWith(std::string const &s, const std::vector< std::string > &patterns)
long slashes(const std::string &s)