SeqAn3 3.4.0-rc.1
The Modern C++ library for sequence analysis.
Loading...
Searching...
No Matches
seqan3::detail::copyable_wrapper< t > Member List

This is the complete list of members for seqan3::detail::copyable_wrapper< t >, including all inherited members.

copyable_wrapper()=defaultseqan3::detail::copyable_wrapper< t >
copyable_wrapper(copyable_wrapper const &)=defaultseqan3::detail::copyable_wrapper< t >
copyable_wrapper(copyable_wrapper &&)=defaultseqan3::detail::copyable_wrapper< t >
copyable_wrapper(t const &other) noexcept(std::is_nothrow_copy_constructible_v< t >)seqan3::detail::copyable_wrapper< t >inlineexplicit
copyable_wrapper(t &&other) noexcept(std::is_nothrow_move_constructible_v< t >)seqan3::detail::copyable_wrapper< t >inlineexplicit
copyable_wrapper(std::in_place_t, args_t... args) noexcept(std::is_nothrow_constructible_v< t, args_t... >)seqan3::detail::copyable_wrapper< t >inlineexplicit
has_value() const noexceptseqan3::detail::copyable_wrapper< t >inline
operator()(args_t... args) noexcept(std::is_nothrow_invocable_v< t, args_t... >)seqan3::detail::copyable_wrapper< t >inline
operator()(args_t... args) const noexcept(std::is_nothrow_invocable_v< t, args_t... >)seqan3::detail::copyable_wrapper< t >inline
operator*() noexceptseqan3::detail::copyable_wrapper< t >inline
operator*() const noexceptseqan3::detail::copyable_wrapper< t >inline
operator->() noexceptseqan3::detail::copyable_wrapper< t >inline
operator->() const noexceptseqan3::detail::copyable_wrapper< t >inline
operator=(copyable_wrapper const &)=defaultseqan3::detail::copyable_wrapper< t >
operator=(copyable_wrapper const &other) noexceptseqan3::detail::copyable_wrapper< t >inline
operator=(copyable_wrapper &&)=defaultseqan3::detail::copyable_wrapper< t >
operator=(copyable_wrapper &&other) noexceptseqan3::detail::copyable_wrapper< t >inline
valueseqan3::detail::copyable_wrapper< t >private
~copyable_wrapper()=defaultseqan3::detail::copyable_wrapper< t >
Hide me