how's std::bind implemented?

i was thinking about that and I came to a conclusion of there being a specialisation created for each function you pass to bind.
placeholders and stuff shouldn't really be hard from that point on, how close to reality am I
You already invited:

AMY - Website Designer Auckland|ecommerce website design nz, No love , No coding

Upvotes from:

Yep, that sounds about right. Think of it as `std::function` without the type erasure.

If you wanna answer this question please Login or Register