c++ Programming Glossary: predicate2
C++ metafunction to determine whether a type is callable http://stackoverflow.com/questions/5100015/c-metafunction-to-determine-whether-a-type-is-callable Here is a use case template typename Predicate1 typename Predicate2 struct and_predicate template typename ArgT bool operator const.. return predicate1 arg predicate2 arg Predicate1 predicate1 Predicate2 predicate2 template typename Predicate1 typename Predicate2.. predicate2 template typename Predicate1 typename Predicate2 enable_if ice_and is_callable Predicate1 value is_callable..
|