MCPcopy Create free account
hub / github.com/aiekick/ImGuiFileDialog / operator<

Method operator<

ImGuiFileDialog.cpp:1749–1751  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1747 return m_Content != rhs.m_Content;
1748}
1749bool IGFD::FileType::operator<(const FileType& rhs) const {
1750 return m_Content < rhs.m_Content;
1751}
1752bool IGFD::FileType::operator>(const FileType& rhs) const {
1753 return m_Content > rhs.m_Content;
1754}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected