2 #ifndef INCLUDED_U5E_CODEPOINT_HPP     3 #define INCLUDED_U5E_CODEPOINT_HPP     5 #include <u5e/codepoint_traits.hpp> constexpr codepoint & operator=(int c)
 
constexpr operator int() const 
 
Native representation of a codepoint. 
 
constexpr codepoint(const codepoint &x)=default
 
constexpr codepoint & operator=(const codepoint &x)=default
 
constexpr bool operator==(const codepoint &a, const codepoint_traits::int_type b)
 
constexpr bool operator==(const codepoint &a, const codepoint &b)
 
constexpr codepoint(int32_t v)
 
codepoint_traits::int_type value
 
constexpr bool operator==(const codepoint_traits::int_type a, const codepoint &b)
 
Type information for codepoint.