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