Searched refs:InTemplate (Results 1 – 2 of 2) sorted by relevance
32 template <bool> struct InTemplate {}; struct54 ASSERT_SAME_TYPE(InTemplate<std::is_constant_evaluated()>, InTemplate<true>); in main()
60 void InTemplate() { in InTemplate() function72 InTemplate<60>(); in Instantiate()73 InTemplate<1>(); in Instantiate()