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 1926
1926
with the same initial state
1927
1927
as all other default-constructed engines
1928
1928
of type \tcode{E}.
1929
- & \bigoh{$ \text{size of state}$ }
1929
+ & \bigoh{\text{size of state}}
1930
1930
\\ \rowsep
1931
1931
\tcode{E(x)}
1932
1932
&
1933
1933
& Creates an engine
1934
1934
that compares equal to \tcode{x}.
1935
- & \bigoh{$ \text{size of state}$ }
1935
+ & \bigoh{\text{size of state}}
1936
1936
\\ \rowsep
1937
1937
\tcode{E(s)}%
1938
1938
&
1939
1939
& Creates an engine
1940
1940
with initial state determined by \tcode{s}.
1941
- & \bigoh{$ \text{size of state}$ }
1941
+ & \bigoh{\text{size of state}}
1942
1942
\\ \rowsep
1943
1943
\tcode{E(q)}%
1944
1944
\begin{footnote}
2013
2013
returns \tcode{true}
2014
2014
if $S_x = S_y$;
2015
2015
else returns \tcode{false}.
2016
- & \bigoh{$ \text{size of state}$ }
2016
+ & \bigoh{\text{size of state}}
2017
2017
\\ \rowsep
2018
2018
\tcode{x != y}%
2019
2019
& \tcode{bool}
2020
2020
& \tcode{!(x == y)}.
2021
- & \bigoh{$ \text{size of state}$ }
2021
+ & \bigoh{\text{size of state}}
2022
2022
\\ \rowsep
2023
2023
\tcode{os << x}%
2024
2024
& reference to the type of \tcode{os}
2033
2033
by one or more space characters.
2034
2034
2035
2035
\ensures The \tcode{os.}\textit{fmtflags} and fill character are unchanged.
2036
- & \bigoh{$ \text{size of state}$ }
2036
+ & \bigoh{\text{size of state}}
2037
2037
\\ \rowsep
2038
2038
\tcode{is >> v}%
2039
2039
& reference to the type of \tcode{is}
2063
2063
were respectively the same as those of \tcode{is}.
2064
2064
2065
2065
\ensures The \tcode{is.}\textit{fmtflags} are unchanged.
2066
- & \bigoh{$ \text{size of state}$ }
2066
+ & \bigoh{\text{size of state}}
2067
2067
\\
2068
2068
\end{libreqtab4d}
2069
2069
You can’t perform that action at this time.
0 commit comments