Searched refs:GetImpl (Results 1 – 1 of 1) sorted by relevance
1463 const int& GetImpl(Tag<0>) const { return member_1; } in TEST() function1464 const std::string& GetImpl(Tag<1>) const { return member_2; } in TEST() function1467 auto get(const PairWithGet& value) -> decltype(value.GetImpl(Tag<I>())) { in TEST()1468 return value.GetImpl(Tag<I>()); in TEST()