Searched refs:StackStorage (Results 1 – 1 of 1) sorted by relevance
114 … using StackStorage = std::aligned_storage_t<3*sizeof(void*), std::alignment_of<void*>::value>; typedef118 StackStorage stack;124 && std::alignment_of<T>::value <= std::alignment_of<Storage::StackStorage>::value