Flutter Impeller
std::less< impeller::UniqueID > Struct Reference

#include <comparable.h>

Public Member Functions

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

Detailed Description

Definition at line 105 of file comparable.h.

Member Function Documentation

◆ operator()()

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

Definition at line 106 of file comparable.h.

107  {
108  return lhs.id < rhs.id;
109  }

References impeller::UniqueID::id.


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