Searched refs:ExtDefaulted (Results 1 – 1 of 1) sorted by relevance
1193 ExtDefaulted();1194 ExtDefaulted(const ExtDefaulted &);1195 ExtDefaulted(ExtDefaulted &&);1196 ExtDefaulted &operator=(const ExtDefaulted &);1197 ExtDefaulted &operator=(ExtDefaulted &&);1202 ExtDefaulted::ExtDefaulted() = default;1203 ExtDefaulted::ExtDefaulted(const ExtDefaulted &) = default;1204 ExtDefaulted::ExtDefaulted(ExtDefaulted &&) = default;1205 ExtDefaulted &ExtDefaulted::operator=(const ExtDefaulted &) = default;1206 ExtDefaulted &ExtDefaulted::operator=(ExtDefaulted &&) = default;[all …]