Searched refs:eval_gt_imp (Results 1 – 1 of 1) sorted by relevance
78 inline bool eval_gt_imp(const T& a, const U& b, const mpl::true_&) in eval_gt_imp() function84 inline bool eval_gt_imp(const T& a, const U& b, const mpl::false_&) in eval_gt_imp() function93 return eval_gt_imp(a, b, tag_type()); in eval_gt()