MCPcopy Create free account
hub / github.com/boostorg/leaf / evaluate

Method evaluate

include/boost/leaf/pred.hpp:164–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

cmp_value_packFunction · 0.85

Tested by

no test coverage detected