Add types.hxx: synthesizing member and vtable-entry function types (7/20) - #107
Draft
jbcoe wants to merge 1 commit into
Draft
Add types.hxx: synthesizing member and vtable-entry function types (7/20)#107jbcoe wants to merge 1 commit into
jbcoe wants to merge 1 commit into
Conversation
jbcoe
force-pushed
the
reflection/05-members
branch
from
July 28, 2026 11:33
29fe18e to
de289c4
Compare
jbcoe
force-pushed
the
reflection/06-types
branch
from
July 28, 2026 11:33
306edcd to
6970ab6
Compare
jbcoe
force-pushed
the
reflection/05-members
branch
from
July 28, 2026 14:22
de289c4 to
2c91745
Compare
jbcoe
force-pushed
the
reflection/06-types
branch
from
July 28, 2026 14:22
6970ab6 to
314baa7
Compare
jbcoe
force-pushed
the
reflection/05-members
branch
from
July 28, 2026 14:29
2c91745 to
c86f80d
Compare
jbcoe
force-pushed
the
reflection/06-types
branch
from
July 28, 2026 14:29
314baa7 to
bbf9572
Compare
jbcoe
force-pushed
the
reflection/05-members
branch
from
July 28, 2026 15:14
c86f80d to
3519f34
Compare
jbcoe
force-pushed
the
reflection/06-types
branch
from
July 28, 2026 15:14
bbf9572 to
7df9909
Compare
jbcoe
force-pushed
the
reflection/05-members
branch
from
July 28, 2026 15:28
3519f34 to
1a52543
Compare
jbcoe
force-pushed
the
reflection/06-types
branch
from
July 28, 2026 15:28
7df9909 to
db7ac9b
Compare
jbcoe
force-pushed
the
reflection/05-members
branch
from
July 28, 2026 18:27
1a52543 to
94638a0
Compare
jbcoe
force-pushed
the
reflection/06-types
branch
from
July 28, 2026 18:27
db7ac9b to
df0a9ff
Compare
jbcoe
force-pushed
the
reflection/05-members
branch
from
July 28, 2026 19:37
94638a0 to
ee1c38b
Compare
jbcoe
force-pushed
the
reflection/06-types
branch
from
July 28, 2026 19:37
df0a9ff to
75d37d4
Compare
jbcoe
force-pushed
the
reflection/05-members
branch
from
July 28, 2026 20:22
ee1c38b to
064be83
Compare
jbcoe
force-pushed
the
reflection/06-types
branch
from
July 28, 2026 20:22
75d37d4 to
4fe9f8d
Compare
jbcoe
force-pushed
the
reflection/05-members
branch
from
July 29, 2026 09:48
064be83 to
80643f7
Compare
jbcoe
force-pushed
the
reflection/06-types
branch
from
July 29, 2026 09:48
4fe9f8d to
990611b
Compare
parameter_types_of, member_function_type, and vtable_entry_pointer_type build a member's parameter list, call signature, and erased vtable-entry pointer type via std::meta::substitute.
jbcoe
force-pushed
the
reflection/05-members
branch
from
July 29, 2026 10:14
80643f7 to
5fe2e2b
Compare
jbcoe
force-pushed
the
reflection/06-types
branch
from
July 29, 2026 10:14
990611b to
9fed4c4
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
parameter_types_of, member_function_type, and
vtable_entry_pointer_type build a member's parameter list, call
signature, and erased vtable-entry pointer type via
std::meta::substitute.