Searched defs:NoexceptCopyAndDecrement (Results 1 – 2 of 2) sorted by relevance
106 struct NoexceptCopyAndDecrement { in test() struct107 using value_type = int; in test()108 using difference_type = std::ptrdiff_t; in test()113 int& operator*() const noexcept { static int x; return x; } in test()
118 struct NoexceptCopyAndDecrement { in test() struct119 using value_type = int; in test()120 using difference_type = std::ptrdiff_t; in test()125 int& operator*() const noexcept { static int x; return x; } in test()