Defined Terms
back_inserter Iterator adaptor that takes a reference to a container and generates an insert iterator that uses push_back to add elements to the specified container.
bidirectional iterator Same operations as forward iterators plus the ability to use --to move backward through the sequence.
binary predicate Predicate that has two parameters.
bind Library function that binds one or more arguments to a callable expression. bind is defined in the functional header.
callable object Object that can appear as the left-hand operand of the call operator. Pointers to functions, lambdas, and objects of a class that defines an overloaded function call operator are all callable objects.
capture list Portion of a lambda expression that specifies ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access