Searched defs:IsOptional (Results 1 – 2 of 2) sorted by relevance
84 TEST(TypeTraits, IsOptional) in TEST() argument
59 struct IsOptional : std::false_type struct63 struct IsOptional<std::optional<Type>> : std::true_type struct