Searched refs:PotentiallyThrowingAssignableFrom (Results 1 – 1 of 1) sorted by relevance
35 struct PotentiallyThrowingAssignableFrom { struct36 PotentiallyThrowingAssignableFrom& operator=(T) { return *this; } in operator =() argument55 typedef std::tuple<PotentiallyThrowingAssignableFrom<int>> Tuple; in main()76 typedef std::tuple<PotentiallyThrowingAssignableFrom<int>> Tuple; in main()