Lines Matching defs:E1
61 struct E1 {62 E1() noexcept = default;63 E1(const E1&) noexcept = default;64 E1(E1&&) noexcept = default;65 E1 &operator=(const E1&) noexcept = default;66 E1 &operator=(E1&&) noexcept = default;67 ~E1() noexcept = default;