DryChem 1.0.0
A generic, compile-time C++ toolbox with no dependencies for the modern computational chemistry project.
Loading...
Searching...
No Matches
stringUtils.hpp File Reference
#include <string>

Go to the source code of this file.

Namespaces

namespace  CppUtils
 
namespace  CppUtils::Strings
 

Functions

template<typename CharTraits>
constexpr bool CppUtils::Strings::foundSubstr (const std::basic_string< char, CharTraits > &stringToFind, const std::basic_string< char, CharTraits > &stringToSearch) noexcept
 
template<typename CharTraits>
constexpr bool CppUtils::Strings::foundSubstr (char stringToFind, const std::basic_string< char, CharTraits > &stringToSearch) noexcept
 
template<typename CharTraits>
constexpr bool CppUtils::Strings::foundSubstr (const char *stringToFind, const std::basic_string< char, CharTraits > &stringToSearch) noexcept