#ifndef TYPEASVALUE_SRC_CONDITIONAL_COND_H_ #define TYPEASVALUE_SRC_CONDITIONAL_COND_H_ #include #include "list/list.h" #include "list/operation/higher/find.h" namespace tav { template class Cond { private: template using predicate = IsTrue>>>; public: typedef Eval> >> >> type; }; } #endif // TYPEASVALUE_SRC_CONDITIONAL_COND_H_