Searched defs:OnlyBackwardsCopyable (Results 1 – 1 of 1) sorted by relevance
285 struct OnlyBackwardsCopyable { in test() struct286 OnlyBackwardsCopyable* next = nullptr; in test()287 bool canCopy = false; in test()289 constexpr OnlyBackwardsCopyable& operator=(const OnlyBackwardsCopyable&) { in test()