Searched defs:OptionallyAllocates (Results 1 – 1 of 1) sorted by relevance
75 struct OptionallyAllocates { struct77 OptionallyAllocates() : x(new int(0)) {} in OptionallyAllocates() argument78 OptionallyAllocates(const Allocates &other) noexcept(true) { in OptionallyAllocates() argument