[concept.predicate] # 18 Concepts library [[concepts]](./#concepts) ## 18.7 Callable concepts [[concepts.callable]](concepts.callable#concept.predicate) ### 18.7.4 Concept predicate [concept.predicate] [🔗](#concept:predicate) `template concept [predicate](#concept:predicate "18.7.4 Concept predicate [concept.predicate]") = [regular_invocable](concept.regularinvocable#concept:regular_invocable "18.7.3 Concept regular_­invocable [concept.regularinvocable]") && [boolean-testable](concept.booleantestable#concept:boolean-testable "18.5.2 Boolean testability [concept.booleantestable]")>; `