File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 19061906 with the same initial state
19071907 as all other default-constructed engines
19081908 of type \tcode {E}.
1909- & \bigoh {$ \text {size of state}$ }
1909+ & \bigoh {\text {size of state}}
19101910 \\ \rowsep
19111911\tcode {E(x)}
19121912 &
19131913 & Creates an engine
19141914 that compares equal to \tcode {x}.
1915- & \bigoh {$ \text {size of state}$ }
1915+ & \bigoh {\text {size of state}}
19161916 \\ \rowsep
19171917\tcode {E(s)}%
19181918 &
19191919 & Creates an engine
19201920 with initial state determined by \tcode {s}.
1921- & \bigoh {$ \text {size of state}$ }
1921+ & \bigoh {\text {size of state}}
19221922 \\ \rowsep
19231923\tcode {E(q)}%
19241924\begin {footnote }
19931993 returns \tcode {true}
19941994 if $ S_x = S_y$ ;
19951995 else returns \tcode {false}.
1996- & \bigoh {$ \text {size of state}$ }
1996+ & \bigoh {\text {size of state}}
19971997 \\ \rowsep
19981998\tcode {x != y}%
19991999 & \tcode {bool}
20002000 & \tcode {!(x == y)}.
2001- & \bigoh {$ \text {size of state}$ }
2001+ & \bigoh {\text {size of state}}
20022002 \\ \rowsep
20032003\tcode {os << x}%
20042004 & reference to the type of \tcode {os}
20132013 by one or more space characters.
20142014
20152015 \ensures The \tcode {os.}\textit {fmtflags } and fill character are unchanged.
2016- & \bigoh {$ \text {size of state}$ }
2016+ & \bigoh {\text {size of state}}
20172017 \\ \rowsep
20182018\tcode {is >> v}%
20192019 & reference to the type of \tcode {is}
20432043 were respectively the same as those of \tcode {is}.
20442044
20452045 \ensures The \tcode {is.}\textit {fmtflags } are unchanged.
2046- & \bigoh {$ \text {size of state}$ }
2046+ & \bigoh {\text {size of state}}
20472047 \\
20482048\end {libreqtab4d }
20492049
You can’t perform that action at this time.
0 commit comments