Skip to content

Commit

Permalink
Introduce StructView; Support recursion for struct_view::sub_struct_v…
Browse files Browse the repository at this point in the history
…iew_of
  • Loading branch information
Yan-Tong Lin committed Jul 16, 2024
1 parent 1eaffc1 commit 68e5eae
Show file tree
Hide file tree
Showing 3 changed files with 1,015 additions and 147 deletions.
4 changes: 4 additions & 0 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -862,12 +862,16 @@ cc_library(
strip_include_prefix = strip_include_prefix_config(),
deps = [
":assert_or_abort",
":fixed_vector",
":fixed_map",
":fixed_set",
":iterator_utils",
":memory",
":in_out",
":out",
":random_access_iterator",
":reflection",
":type_name"
],
copts = ["-std=c++20"],
)
Expand Down
Loading

0 comments on commit 68e5eae

Please sign in to comment.