|
inlineconstexpr |
Sometimes (for example in parsing) you need to perform scalar operations for each element that matches a predicate. This is a low level utility to help you do that. The predicate for iteration should return true
if you want to break, false
otherwise.
Parameters
Return value