MCPcopy Create free account
hub / github.com/MyGUI/mygui / operator()

Method operator()

Tools/EditorFramework/pugixml.cpp:6075–6078  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6073{
6074 template<typename T>
6075 bool operator()(const T& lhs, const T& rhs) const
6076 {
6077 return lhs < rhs;
6078 }
6079};
6080
6081struct less_equal

Callers 2

onChangeDataMethod · 0.45
executeCommandMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected