Home
last modified time | relevance | path

Searched defs:has_pre_increment (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/type_traits/
Dhas_pre_increment.hpp49 struct has_pre_increment<bool, R> : public false_type {}; struct
51 struct has_pre_increment<bool, boost::binary_op_detail::dont_care> : public false_type {}; struct
53 struct has_pre_increment<bool, void> : public false_type {}; struct
56 struct has_pre_increment<bool&, R> : public false_type {}; struct
58 struct has_pre_increment<bool&, boost::binary_op_detail::dont_care> : public false_type {}; struct
60 struct has_pre_increment<bool&, void> : public false_type {}; struct