草庐IT

FiniteField

全部标签

c++ - 为模板类重载运算符<<

我在为模板类重载operator#ifndef_FINITEFIELD#define_FINITEFIELD#includenamespacePolyff{templateclassFiniteField;templatestd::ostream&operator&);templateclassFiniteField{public://someotherfunctionsprivate:friendstd::ostream&operator(std::ostream&out,constFiniteField&obj);T_val;};templatestd::ostream&opera