Photon Common Library 2.0.0-beta
A physically based renderer.
Loading...
Searching...
No Matches
string_utils_table.h File Reference
#include <array>
#include <string_view>

Go to the source code of this file.

Namespaces

namespace  ph
 The root for all renderer implementations.
 
namespace  ph::string_utils
 Contains various string manipulation helpers.
 
namespace  ph::string_utils::table
 

Variables

constexpr std::string_view ph::string_utils::table::common_whitespaces = " \n\r\t"
 Commonly used whitespace characters.
 
constexpr std::string_view ph::string_utils::table::standard_whitespaces = " \n\r\t\v\f"
 Standard whitespace characters.
 
constexpr std::array< unsigned char, 256 > ph::string_utils::table::ASCII_TO_UPPER
 
constexpr std::array< unsigned char, 256 > ph::string_utils::table::ASCII_TO_LOWER
 
constexpr std::array< unsigned char, 62 > ph::string_utils::table::BASE62_DIGITS