Searched refs:assertTrait (Results 1 – 4 of 4) sorted by relevance
210 static constexpr bool assertTrait() { in assertTrait() function212 return TypeList<Rest...>::template assertTrait<Trait, Expect>(); in assertTrait()225 static constexpr bool assertTrait() { in assertTrait() function
209 static constexpr bool assertTrait() {211 return TypeList<Rest...>::template assertTrait<Trait, Expect>();224 static constexpr bool assertTrait() {
30 static_assert(LibraryHashTypes::assertTrait<has_complete_hash, false>(), ""); in main()
29 static_assert(LibraryHashTypes::assertTrait<has_complete_hash, false>(), ""); in main()