blob: ee08e9d580b331a4385c99b36a330edc4be83366 [file] [log] [blame]
# Copyright 2024 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
package(default_visibility = ["//visibility:public"])
cc_library(
name = "cpp-type",
hdrs = [
"member_pointer_traits.h",
"to_std_array.h",
],
)