Castor3D 0.16.0
Multiplatform 3D engine
Static Public Attributes | List of all members
castor::manip::DigitChars< wchar_t > Struct Reference

#include <StreamBaseManipulators.hpp>

Collaboration diagram for castor::manip::DigitChars< wchar_t >:
Collaboration graph
[legend]

Static Public Attributes

static std::wstring_view constexpr digitCharLc { L"0123456789abcdefghijklmnopqrstuvwxyz" }
 
static std::wstring_view constexpr digitCharUc { L"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ" }
 

Member Data Documentation

◆ digitCharLc

std::wstring_view constexpr castor::manip::DigitChars< wchar_t >::digitCharLc { L"0123456789abcdefghijklmnopqrstuvwxyz" }
staticconstexpr

◆ digitCharUc

std::wstring_view constexpr castor::manip::DigitChars< wchar_t >::digitCharUc { L"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ" }
staticconstexpr

The documentation for this struct was generated from the following file: