Specialized C++ template method never called -


and another template expertise, which I can not solve:

terminallog.hh

  // stripped code class terminology {public: terminology (); Terminallog (int); Virtual ~ terminology (); Template & lt; Class T & gt; Terminology & amp; Operator & lt; & Lt; (Const T & V); Template & lt; Class T & gt; Terminology & amp; Operator & lt; & Lt; (Const std :: vector & lt; T & gt; & amp; v); Template & lt; Class T & gt; Terminology & amp; Operator & lt; & Lt; (Cost TV []); Terminology & amp; Operator & lt; & Lt; (Const char v []); // strip code};   

terminallog.hh continued (thanks for the comment edit)

  // the stripped code template & lt; Class T & gt; Terminology and Terminology :: Operator & lt; & Lt; (Const T & V) {std :: cout & lt; & Lt; Std :: endl; This- & gt; letter of demand (); Std :: cout & lt; & Lt; V; Return * This; } Template & lt; Square T & gt; Terminology and Terminology :: Operator & lt; & Lt; (Const std :: vector & lt; T & gt; & amp; v) {for (unsigned int i = 0; i 

Comments