added missing constructor from [Innermost]Coefficient_type

This commit is contained in:
Michael Hemmer 2008-11-07 13:45:07 +00:00
parent 92951b771d
commit 0e7e7a4f06
1 changed files with 8 additions and 0 deletions

View File

@ -21,6 +21,14 @@ to construct objects of type \ccc{PolynomialTraits_d::Polynomial_d}.
\ccMethod{result_type operator()(int i);}
{Construct the constant polynomial equal to $i$. }
\ccMethod{result_type operator()
(PolynomialTraits_d::Innermost_coefficient_type a);}
{Construct the constant polynomial equal to $a$. }
\ccMethod{result_type operator()
(PolynomialTraits_d::Coefficient_type a);}
{Construct the polynomial equal to $a$.}
\ccMethod{template < class InputIterator >
result_type operator()(InputIterator begin, InputIterator end);}
{\ccPrecond The value type of \ccc{InputIterator} is