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 18321832 with the same initial state
18331833 as all other default-constructed engines
18341834 of type \tcode {E}.
1835- & \bigoh {$ \text {size of state}$ }
1835+ & \bigoh {\text {size of state}}
18361836 \\ \rowsep
18371837\tcode {E(x)}
18381838 &
18391839 & Creates an engine
18401840 that compares equal to \tcode {x}.
1841- & \bigoh {$ \text {size of state}$ }
1841+ & \bigoh {\text {size of state}}
18421842 \\ \rowsep
18431843\tcode {E(s)}%
18441844 &
18451845 & Creates an engine
18461846 with initial state determined by \tcode {s}.
1847- & \bigoh {$ \text {size of state}$ }
1847+ & \bigoh {\text {size of state}}
18481848 \\ \rowsep
18491849\tcode {E(q)}%
18501850\begin {footnote }
19191919 returns \tcode {true}
19201920 if $ S_x = S_y$ ;
19211921 else returns \tcode {false}.
1922- & \bigoh {$ \text {size of state}$ }
1922+ & \bigoh {\text {size of state}}
19231923 \\ \rowsep
19241924\tcode {x != y}%
19251925 & \tcode {bool}
19261926 & \tcode {!(x == y)}.
1927- & \bigoh {$ \text {size of state}$ }
1927+ & \bigoh {\text {size of state}}
19281928 \\ \rowsep
19291929\tcode {os << x}%
19301930 & reference to the type of \tcode {os}
19391939 by one or more space characters.
19401940
19411941 \ensures The \tcode {os.}\textit {fmtflags } and fill character are unchanged.
1942- & \bigoh {$ \text {size of state}$ }
1942+ & \bigoh {\text {size of state}}
19431943 \\ \rowsep
19441944\tcode {is >> v}%
19451945 & reference to the type of \tcode {is}
19691969 were respectively the same as those of \tcode {is}.
19701970
19711971 \ensures The \tcode {is.}\textit {fmtflags } are unchanged.
1972- & \bigoh {$ \text {size of state}$ }
1972+ & \bigoh {\text {size of state}}
19731973 \\
19741974\end {libreqtab4d }
19751975
You can’t perform that action at this time.
0 commit comments