Guest User

Untitled

a guest
Oct 17th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. bool cond = !aList.empty() && aList.begin() == p;
  2. if (cond) {
  3. // do something
  4. } else {
  5. // do other things
  6. }
Add Comment
Please, Sign In to add comment