Search:

Type: Posts; User: Shakti

Search: Search took 0.01 seconds.

  1. Replies
    7
    Views
    983

    Not sure if that classifies as partial...

    Not sure if that classifies as partial specialization or not, since you have clearly specialized func for all complex types, but you could provide even more specialized versions if you want to...
    ...
  2. Replies
    7
    Views
    983

    A specialization is that you provide a special...

    A specialization is that you provide a special implementation of a template function (or class or template whatever) based on the template arguments.


    template<typename T>
    void func(const T...
Results 1 to 2 of 2