Effective Modern C++ Quotes
Effective Modern C++: 42 Specific Ways to Improve Your Use of C++11 and C++14
by
Scott Meyers1,580 ratings, 4.56 average rating, 126 reviews
Open Preview
Effective Modern C++ Quotes
Showing 1-3 of 3
“(If you’re not at all interested in performance, shouldn’t you be in the Python room down the hall?)”
― Effective Modern C++: 42 Specific Ways to Improve Your Use of C++11 and C++14
― Effective Modern C++: 42 Specific Ways to Improve Your Use of C++11 and C++14
“std::bind can express the same thing, but the construct is an example of job security through code obscurity:”
― Effective Modern C++: 42 Specific Ways to Improve Your Use of C++11 and C++14
― Effective Modern C++: 42 Specific Ways to Improve Your Use of C++11 and C++14
“std::bind(setAlarm, std::bind(std::plus<>(), std::bind(steady_clock::now), 1h), _1, 30s);”
― Effective Modern C++: 42 Specific Ways to Improve Your Use of C++11 and C++14
― Effective Modern C++: 42 Specific Ways to Improve Your Use of C++11 and C++14
