23#ifndef GUL17_ESCAPE_H_
24#define GUL17_ESCAPE_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 unescape(std::string_view in)
Evaluate a string with escaped characters to get the original string back.
GUL_EXPORT std::string escape(std::string_view in)
Create a new string that looks like an ASCII-only C string literal of the input string.
Definition of macros used internally by GUL.
Namespace gul17 contains all functions and classes of the General Utility Library.
Definition doxygen.h:26