Boost
C++ Libraries
...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
boost::yap::then
// In header: <boost/yap/algorithm.hpp> template<typename Expr> decltype(auto) then(Expr && expr);
Returns the then-expression in an if_else expression.
Equivalent to get(expr, 1_c).
![]() |
Note |
|---|---|
|