Searched defs:IsStackStorable (Results 1 – 1 of 1) sorted by relevance
57 struct IsStackStorable { struct58 … bool value = alignof(T) <= alignof(max_align_t) && std::is_nothrow_move_constructible<T>::value &&