MCPcopy Create free account
hub / github.com/Open-GD/OpenGD / if

Function if

Source/external/json.hpp:22814–22817  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22812 return lhs.m_value.number_integer op static_cast<number_integer_t>(rhs.m_value.number_unsigned); \
22813 } \
22814 else if(compares_unordered(lhs, rhs))\
22815 {\
22816 return (unordered_result);\
22817 }\
22818 \
22819 return (default_result);
22820

Callers 1

json.hppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected