Searched refs:GetImpl (Results 1 – 1 of 1) sorted by relevance
1534 const int& GetImpl(Tag<0>) const { return member_1; } in GetImpl() function1535 const string& GetImpl(Tag<1>) const { return member_2; } in GetImpl() function1538 auto get(const PairWithGet& value) -> decltype(value.GetImpl(Tag<I>())) { in get()1539 return value.GetImpl(Tag<I>()); in get()