find_if1 [C/C++] 8. ๋ฐ๋ณต๋ฌธ(์ฌํ)(feat. iterator, predicate, lambda) ์ฌ๊ธฐ์๋ C++์ Standard library ์ปจํ ์ด๋์ ์กฐ๊ฑด ์ํ์ ๋ํ ๊ฐ๋ ๋ค์ ์ด์ผ๊ธฐํ๋ค. ๋ค์ ์ฝ๋๋ฅผ ๋ณด๊ณ ์ดํด๊ฐ ์๊ฐ๋ ๋ถ๋ถ์ด ์๋ค๋ฉด ์ฐธ๊ณ ํด๋ณด๋๋ก ํ์. bool NewsScheduler::checkSchedule(Schedule& schedule) { const auto &curMilli = chrono::duration_cast(chrono::system_clock::now().time_since_epoch()).count(); const auto itr = find_if(scheduleMap.rbegin(), scheduleMap.rend(), [&curMilli](const pair &p) { return p.second.start c.. 2023. 4. 22. ์ด์ 1 ๋ค์