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

Method operator>

ImGuiFileDialog.cpp:1752–1754  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1750 return m_Content < rhs.m_Content;
1751}
1752bool IGFD::FileType::operator>(const FileType& rhs) const {
1753 return m_Content > rhs.m_Content;
1754}
1755
1756std::shared_ptr<IGFD::FileInfos> IGFD::FileInfos::create() {
1757 return std::make_shared<IGFD::FileInfos>();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected