Searched defs:integral_c (Results 1 – 1 of 1) 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()