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. |
Beta Was this translation helpful? Give feedback.
Answered by
citystrawman
Jul 12, 2024
Replies: 1 comment
-
I see. Actually |
Beta Was this translation helpful? Give feedback.
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) const
makes the structure a functor.