Searched defs:IsStackStorable (Results 1 – 2 of 2) sorted by relevance
58 struct IsStackStorable { struct59 … bool value = alignof(T) <= alignof(max_align_t) && std::is_nothrow_move_constructible<T>::value &&
87 struct IsStackStorable { struct88 … bool value = alignof(T) <= alignof(max_align_t) && std::is_nothrow_move_constructible<T>::value &&