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

Method evaluate

include/boost/leaf/pred.hpp:108–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106
107 template <class T>
108 BOOST_LEAF_CONSTEXPR static bool evaluate(T && x)
109 {
110 return detail::cmp_value_pack(std::forward<T>(x), V1, V...);
111 }
112};
113
114#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