mrdocs::js::operator<=> Compare two values for inequality. Synopsis Declared in <mrdocs/Support/JavaScript.hpp> std::strong_ordering operator<=>( Value const& lhs, Value const& rhs) noexcept; Return Value The relative order of the objects Parameters Name Description lhs The left operand rhs The right operand Created with MrDocs