// Copyright 2022 Google LLC // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. #ifndef SkAlignedStorage_DEFINED #define SkAlignedStorage_DEFINED #include <cstddef> #include <iterator> template <int N, typename T> class SkAlignedSTStorage { … }; #endif // SkAlignedStorage_DEFINED