Skip to content

Latest commit

 

History

History
105 lines (65 loc) · 1.65 KB

CppPredicate.md

File metadata and controls

105 lines (65 loc) · 1.65 KB

 

 

 

 

 

 

A predicate is a logical expression that evaluates to true or false, like in if-statements.

 

 

 

 

 

 

  • Predicate example 1: ReplaceNegativeByZero
  • In_regex

 

 

 

 

 

 

An overview of STL predicates names and their corresponding operator, from [0]. These predicates can be found in the header file functional.