Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | List of all members
std::less< impeller::Glyph > Struct Reference

#include <glyph.h>

Public Member Functions

constexpr bool operator() (const impeller::Glyph &lhs, const impeller::Glyph &rhs) const
 

Detailed Description

Definition at line 67 of file glyph.h.

Member Function Documentation

◆ operator()()

constexpr bool std::less< impeller::Glyph >::operator() ( const impeller::Glyph lhs,
const impeller::Glyph rhs 
) const
inlineconstexpr

Definition at line 68 of file glyph.h.

69 {
70 return lhs.index < rhs.index;
71 }
uint16_t index
Definition glyph.h:26

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