23#ifndef GUL17_REPLACE_H_
24#define GUL17_REPLACE_H_
auto constexpr bit_set(unsigned bit) noexcept -> ReturnT
Set a bit in an integral type.
Definition bit_manip.h:121
GUL_EXPORT std::string replace(std::string_view haystack, std::string_view needle, std::string_view hammer)
Replace all occurrences of a string within another string, returning the result as a std::string.
Definition replace.cc:29
GUL_EXPORT std::string & replace_inplace(std::string &haystack, std::string_view needle, std::string_view hammer)
Replace all occurrences of a string within another string in-place.
Definition replace.cc:54
Definition of macros used internally by GUL.
Namespace gul17 contains all functions and classes of the General Utility Library.
Definition doxygen.h:26