Searched defs:OptionalStorage (Results 1 – 1 of 1) sorted by relevance
69 constexpr OptionalStorage() noexcept : empty(), hasVal(false) {} in OptionalStorage() function71 constexpr OptionalStorage(OptionalStorage const &other) : OptionalStorage() { in OptionalStorage() function76 constexpr OptionalStorage(OptionalStorage &&other) : OptionalStorage() { in OptionalStorage() function83 constexpr explicit OptionalStorage(in_place_t, Args &&... args) in OptionalStorage() function174 constexpr OptionalStorage() noexcept : empty{} {} in OptionalStorage() function183 constexpr explicit OptionalStorage(in_place_t, Args &&... args) in OptionalStorage() function