Searched defs:integral_c (Results 1 – 8 of 8) sorted by relevance
40 struct integral_c<bool, C> struct43 typedef integral_c_tag tag; argument44 typedef integral_c type; argument45 typedef bool value_type;46 operator bool() const { return this->value; } in operator bool()
22 struct integral_c : transform<integral_c<T, I> > struct25 struct impl : transform_impl<Expr, State, Data>
3 integral_c title
39 struct integral_c { }; struct
39 constexpr integral_constant<T, v> integral_c{}; variable
39 using integral_c = std::integral_constant<T, v>; typedef