A class template which for a given Unicode code point statically defines a constant array holding the corresponding UTF-8 code. More...
#include <chsvstringex.h>
Static Public Attributes | |
static constexpr const char | u8 [] |
An array of size and values corresponding to the parameter ucp of the class template. More... | |
A class template which for a given Unicode code point statically defines a constant array holding the corresponding UTF-8 code.
ucp | is a Unicode 11.0 code point for which the corresponding UTF-8 code is to be defined by the class template. |
If the code point ucp
is invalid the implementation will not define the array, meaning that the class is SFINAE friendly with respect to correctness of ucp
.