You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example in delta/delta_dispatcher.h there is a function called calculate_projection_dispatch.
From the name its not obvious what it does, but its a specification function that calls other implementation function called calculate_projection_impl.
But the "dispatch" at the end of the name makes it confusing.
For example in delta/delta_dispatcher.h there is a function called calculate_projection_dispatch.
From the name its not obvious what it does, but its a specification function that calls other implementation function called calculate_projection_impl.
But the "dispatch" at the end of the name makes it confusing.