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 1937
1937
with the same initial state
1938
1938
as all other default-constructed engines
1939
1939
of type \tcode{E}.
1940
- & \bigoh{$ \text{size of state}$ }
1940
+ & \bigoh{\text{size of state}}
1941
1941
\\ \rowsep
1942
1942
\tcode{E(x)}
1943
1943
&
1944
1944
& Creates an engine
1945
1945
that compares equal to \tcode{x}.
1946
- & \bigoh{$ \text{size of state}$ }
1946
+ & \bigoh{\text{size of state}}
1947
1947
\\ \rowsep
1948
1948
\tcode{E(s)}%
1949
1949
&
1950
1950
& Creates an engine
1951
1951
with initial state determined by \tcode{s}.
1952
- & \bigoh{$ \text{size of state}$ }
1952
+ & \bigoh{\text{size of state}}
1953
1953
\\ \rowsep
1954
1954
\tcode{E(q)}%
1955
1955
\begin{footnote}
2024
2024
returns \tcode{true}
2025
2025
if $S_x = S_y$;
2026
2026
else returns \tcode{false}.
2027
- & \bigoh{$ \text{size of state}$ }
2027
+ & \bigoh{\text{size of state}}
2028
2028
\\ \rowsep
2029
2029
\tcode{x != y}%
2030
2030
& \tcode{bool}
2031
2031
& \tcode{!(x == y)}.
2032
- & \bigoh{$ \text{size of state}$ }
2032
+ & \bigoh{\text{size of state}}
2033
2033
\\ \rowsep
2034
2034
\tcode{os << x}%
2035
2035
& reference to the type of \tcode{os}
2044
2044
by one or more space characters.
2045
2045
2046
2046
\ensures The \tcode{os.}\textit{fmtflags} and fill character are unchanged.
2047
- & \bigoh{$ \text{size of state}$ }
2047
+ & \bigoh{\text{size of state}}
2048
2048
\\ \rowsep
2049
2049
\tcode{is >> v}%
2050
2050
& reference to the type of \tcode{is}
2074
2074
were respectively the same as those of \tcode{is}.
2075
2075
2076
2076
\ensures The \tcode{is.}\textit{fmtflags} are unchanged.
2077
- & \bigoh{$ \text{size of state}$ }
2077
+ & \bigoh{\text{size of state}}
2078
2078
\\
2079
2079
\end{libreqtab4d}
2080
2080
You can’t perform that action at this time.
0 commit comments