| 162 | E const & matched; |
| 163 | |
| 164 | BOOST_LEAF_CONSTEXPR static bool evaluate(E const & e) noexcept |
| 165 | { |
| 166 | return detail::cmp_value_pack(e.value, V1, V...); |
| 167 | } |
| 168 | }; |
| 169 | |
| 170 | #if BOOST_LEAF_CFG_STD_SYSTEM_ERROR |
nothing calls this directly
no test coverage detected