why boost::make_function_output_iterator accepts a structure halfedge2edge(mesh, border) as its parameter? #8351
|
Hi, I am reading this code, and for this line of code:
I checked that However, in the above code it accepts Can anyone explain the logic here? Thank you so much. |
Answered by
citystrawman
Jul 12, 2024
Replies: 1 comment
|
I see. Actually |
0 replies
Answer selected by
lrineau
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I see. Actually
void operator()(const halfedge_descriptor& h) constmakes the structure a functor.