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