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 18481848 with the same initial state
18491849 as all other default-constructed engines
18501850 of type \tcode {E}.
1851- & \bigoh {$ \text {size of state}$ }
1851+ & \bigoh {\text {size of state}}
18521852 \\ \rowsep
18531853\tcode {E(x)}
18541854 &
18551855 & Creates an engine
18561856 that compares equal to \tcode {x}.
1857- & \bigoh {$ \text {size of state}$ }
1857+ & \bigoh {\text {size of state}}
18581858 \\ \rowsep
18591859\tcode {E(s)}%
18601860 &
18611861 & Creates an engine
18621862 with initial state determined by \tcode {s}.
1863- & \bigoh {$ \text {size of state}$ }
1863+ & \bigoh {\text {size of state}}
18641864 \\ \rowsep
18651865\tcode {E(q)}%
18661866\begin {footnote }
19351935 returns \tcode {true}
19361936 if $ S_x = S_y$ ;
19371937 else returns \tcode {false}.
1938- & \bigoh {$ \text {size of state}$ }
1938+ & \bigoh {\text {size of state}}
19391939 \\ \rowsep
19401940\tcode {x != y}%
19411941 & \tcode {bool}
19421942 & \tcode {!(x == y)}.
1943- & \bigoh {$ \text {size of state}$ }
1943+ & \bigoh {\text {size of state}}
19441944 \\ \rowsep
19451945\tcode {os << x}%
19461946 & reference to the type of \tcode {os}
19551955 by one or more space characters.
19561956
19571957 \ensures The \tcode {os.}\textit {fmtflags } and fill character are unchanged.
1958- & \bigoh {$ \text {size of state}$ }
1958+ & \bigoh {\text {size of state}}
19591959 \\ \rowsep
19601960\tcode {is >> v}%
19611961 & reference to the type of \tcode {is}
19851985 were respectively the same as those of \tcode {is}.
19861986
19871987 \ensures The \tcode {is.}\textit {fmtflags } are unchanged.
1988- & \bigoh {$ \text {size of state}$ }
1988+ & \bigoh {\text {size of state}}
19891989 \\
19901990\end {libreqtab4d }
19911991
You can’t perform that action at this time.
0 commit comments