Searched defs:has_pre_increment (Results 1 – 1 of 1) sorted by relevance
49 struct has_pre_increment<bool, R> : public false_type {}; struct51 struct has_pre_increment<bool, boost::binary_op_detail::dont_care> : public false_type {}; struct53 struct has_pre_increment<bool, void> : public false_type {}; struct56 struct has_pre_increment<bool&, R> : public false_type {}; struct58 struct has_pre_increment<bool&, boost::binary_op_detail::dont_care> : public false_type {}; struct60 struct has_pre_increment<bool&, void> : public false_type {}; struct