|
FE 0.9.0
Header-only C++ frontend library
|
Wrapper for char32_t with an operator<< that writes UTF-8. More...
#include <fe/utf8.h>
Public Member Functions | |
| Char32 (char32_t c) | |
Public Attributes | |
| char32_t | c |
Friends | |
| std::ostream & | operator<< (std::ostream &os, Char32 c) |
|
inline |
|
friend |
Definition at line 110 of file utf8.h.
References assert_unused, c, Char32(), and fe::utf8::encode().
| char32_t fe::utf8::Char32::c |
Definition at line 116 of file utf8.h.
Referenced by Char32(), and operator<<.