Searched defs:Storage (Results 1 – 3 of 3) sorted by relevance
149 union Storage { union153 constexpr Storage() noexcept(noexcept(T())) : value() {} in Storage() function156 explicit constexpr Storage(Args&&... args) noexcept( in Storage() function
399 using Storage = typename std::conditional< variable
62 using Storage = variable