InterviewSolution
Saved Bookmarks
| 1. |
Why we use :: template-template parameter?(a) binding(b) rebinding(c) both binding & rebinding(d) reusing |
|
Answer» Correct option is (c) both binding & rebinding To explain I would say: It is used to adapt a policy into binary ones. |
|