File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1759
1759
public:
1760
1760
using native_handle_type = @\impdefx {\tcode {stacktrace_entry::native_handle_type}}@;
1761
1761
1762
- // \ref {stacktrace.entry.ctor }, constructors
1762
+ // \ref {stacktrace.entry.cons }, constructors
1763
1763
constexpr stacktrace_entry() noexcept;
1764
1764
constexpr stacktrace_entry(const stacktrace_entry& other) noexcept;
1765
1765
constexpr stacktrace_entry& operator=(const stacktrace_entry& other) noexcept;
1792
1792
\libconcept {regular}\iref {concepts.object } and
1793
1793
\tcode {\libconcept {three_way_comparable}<strong_ordering>}\iref {cmp.concept }.
1794
1794
1795
- \rSec 3[stacktrace.entry.ctor ]{Constructors}
1795
+ \rSec 3[stacktrace.entry.cons ]{Constructors}
1796
1796
1797
1797
\indexlibraryctor {stacktrace_entry}%
1798
1798
\begin {itemdecl }
1933
1933
using size_type = @\impdefx {type of \tcode {basic_stacktrace::size_type}}@;
1934
1934
using allocator_type = Allocator;
1935
1935
1936
- // \ref {stacktrace.basic.ctor }, creation and assignment
1936
+ // \ref {stacktrace.basic.cons }, creation and assignment
1937
1937
static basic_stacktrace current(const allocator_type& alloc = allocator_type()) noexcept;
1938
1938
static basic_stacktrace current(size_type skip,
1939
1939
const allocator_type& alloc = allocator_type()) noexcept;
2009
2009
are different from those required for a container.
2010
2010
\end {itemize }
2011
2011
2012
- \rSec 3[stacktrace.basic.ctor ]{Creation and assignment}
2012
+ \rSec 3[stacktrace.basic.cons ]{Creation and assignment}
2013
2013
2014
2014
\indexlibrarymember {current}{basic_stacktrace}%
2015
2015
\begin {itemdecl }
You can’t perform that action at this time.
0 commit comments