Searched refs:if_c (Results 1 – 1 of 1) sorted by relevance
4 template<bool C> struct if_c { }; struct6 typedef if_c< static_cast<bool>(T1::value)> almost_type_; // expected-note 5{{in instantiation}}