Searched defs:OnlyBackwardsCopyable (Results 1 – 1 of 1) sorted by relevance
181 struct OnlyBackwardsCopyable { in test() struct182 OnlyBackwardsCopyable* next = nullptr; in test()183 bool canCopy = false; in test()185 constexpr OnlyBackwardsCopyable& operator=(const OnlyBackwardsCopyable&) { in test()