FE 0.5.0
A header-only C++ library for writing frontends
Loading...
Searching...
No Matches
fe::utf8::Char32 Struct Reference

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)
 

Detailed Description

Wrapper for char32_t which has a friend ostream operator.

Definition at line 80 of file utf8.h.

Constructor & Destructor Documentation

◆ Char32()

fe::utf8::Char32::Char32 ( char32_t  c)
inline

Definition at line 81 of file utf8.h.

Friends And Related Symbol Documentation

◆ operator<<

std::ostream & operator<< ( std::ostream &  os,
Char32  c 
)
friend

Definition at line 84 of file utf8.h.

Member Data Documentation

◆ c

char32_t fe::utf8::Char32::c

Definition at line 90 of file utf8.h.


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