Forward declares boost::hana::find_if
.
More...
Namespaces | |
boost::hana | |
Namespace containing everything in the library. | |
Variables | |
constexpr auto | boost::hana::find_if |
Finds the value associated to the first key satisfying a predicate.Given a Searchable structure xs and a predicate pred , find_if(xs, pred) returns just the first element whose key satisfies the predicate, or nothing if there is no such element. More... | |
Forward declares boost::hana::find_if
.