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(copyable_wrapper const &)=defaultseqan3::detail::copyable_wrapper< t >
copyable_wrapper(copyable_wrapper &&)=defaultseqan3::detail::copyable_wrapper< t >
copyable_wrapper() noexcept(std::is_nothrow_default_constructible_v< t >)seqan3::detail::copyable_wrapper< t >inline
copyable_wrapper(t) -> copyable_wrapper< std::remove_reference_t< t > >seqan3::detail::copyable_wrapper< t >related
emplace(T... args)std::optional< t >
has_value(T... args)std::optional< t >
operator bool(T... args)std::optional< t >
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*(T... args)std::optional< t >
operator->(T... args)std::optional< t >
operator=(copyable_wrapper const &other) noexcept(std::is_nothrow_copy_constructible_v< t >)seqan3::detail::copyable_wrapper< t >inline
operator=(copyable_wrapper &&other) noexcept(std::is_nothrow_move_constructible_v< t >)seqan3::detail::copyable_wrapper< t >inline
optional< t >::operator=(T... args)std::optional< t >
optional(T... args)std::optional< t >
reset(T... args)std::optional< t >
swap(T... args)std::optional< t >
value(T... args)std::optional< t >
value_or(T... args)std::optional< t >
~copyable_wrapper()=defaultseqan3::detail::copyable_wrapper< t >
~optional(T... args)std::optional< t >
Hide me