Skip to content

Commit

Permalink
Add ContainerProxy.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariusz Glebocki committed Mar 10, 2022
1 parent 3a3f65b commit 47ee02a
Show file tree
Hide file tree
Showing 3 changed files with 1,358 additions and 0 deletions.
16 changes: 16 additions & 0 deletions common/util/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,11 @@ cc_library(
],
)

cc_library(
name = "container_proxy",
hdrs = ["container_proxy.h"],
)

cc_test(
name = "algorithm_test",
srcs = ["algorithm_test.cc"],
Expand Down Expand Up @@ -547,3 +552,14 @@ cc_test(
"@com_google_googletest//:gtest_main",
],
)

cc_test(
name = "container_proxy_test",
srcs = ["container_proxy_test.cc"],
deps = [
":container_proxy",
":type_traits",
"//common/strings:display_utils",
"@com_google_googletest//:gtest_main",
],
)
Loading

0 comments on commit 47ee02a

Please sign in to comment.