Jump to content

Denial interval cpp


Recommended Posts

  • Replies 4
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Just now, VegaS said:

:blink:

Not equal to a != b
not_eq b

Yes Yes bool K::operator !=(S const& b); bool K::operator!=(S const& b) const; bool operator !=(K const& a, S const& b);

Greater than or equal to

a >= b Yes Yes bool K::operator >=(S const& b) const; bool operator >=(K const& a, S const& b); Less than or equal to a <= b Yes Yes bool K::operator <=(S const& b); bool operator <=(K const& a, S const& b);

 

sorry my fail

  • Love 1
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now


×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.