BoundaryChecker
A BoundaryChecker is a function object that tells whether a position within a range constitutes a boundary.
input_type
BoundaryChecker::input_type
The type of elements the boundary checker analyzes.
b
begin
, end
, pos
Name | Expression | Type | Precondition | Semantics |
---|---|---|---|---|
Construction |
BoundaryChecker() |
BoundaryChecker |
Construct an instance of the type with default parameters. |
|
Function Object Call |
b(begin, end, pos) |
bool |
|
Returns whether |