Gamedev Framework (gf)  0.12.0
A C++14 framework for 2D games
Classes | Public Member Functions | Public Attributes | List of all members
gf::CodepointRange Struct Reference

A range over a sequence of codepoints in UTF-8. More...

#include <gf/StringUtils.h>

Classes

struct  Iterator
 

Public Member Functions

constexpr Iterator begin () const noexcept
 
constexpr Iterator end () const noexcept
 

Public Attributes

StringRef ref
 

Detailed Description

A range over a sequence of codepoints in UTF-8.

See also
gf::codepoints

Member Function Documentation

◆ begin()

constexpr Iterator gf::CodepointRange::begin ( ) const
inlinenoexcept

◆ end()

constexpr Iterator gf::CodepointRange::end ( ) const
inlinenoexcept

Member Data Documentation

◆ ref

StringRef gf::CodepointRange::ref