FE 0.6.0
A header-only C++ library for writing frontends
|
Wrapper for char32_t
which has a friend ostream operator.
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) |
|
friend |