Searched refs:exp_pair (Results 1 – 1 of 1) sorted by relevance
31 typedef expected<std::pair<std::string, int>, int> exp_pair; typedef211 exp_pair e3({"hello", 30}); in TEST()583 auto test = [](bool yes) -> exp_pair { in TEST()585 return exp_pair({"yes", 42}); in TEST()