SeqAn3 3.4.0-rc.1
The Modern C++ library for sequence analysis.
Loading...
Searching...
No Matches
copyable_wrapper.hpp File Reference

Provides seqan3::detail::copyable_wrapper. More...

#include <functional>
#include <optional>
#include <seqan3/core/platform.hpp>
+ Include dependency graph for copyable_wrapper.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  seqan3::detail::copyable_wrapper< t >
 Utility wrapper that behaves like std::optional but makes the type conform with the std::copyable concept. More...
 
class  seqan3::detail::copyable_wrapper< t >
 Utility wrapper that behaves like std::optional but makes the type conform with the std::copyable concept. More...
 

Namespaces

namespace  seqan3
 The main SeqAn3 namespace.
 
namespace  seqan3::detail
 The internal SeqAn3 namespace.
 

Concepts

concept  seqan3::detail::boxable
 Helper concept for seqan3::detail::copyable_wrapper.
 

Typedefs

template<typename t >
using seqan3::detail::copyable_wrapper_t = copyable_wrapper< std::remove_reference_t< t > >
 Utility transformation trait to get a wrapper type that models std::copyable.
 

Detailed Description

Provides seqan3::detail::copyable_wrapper.

Author
Enrico Seiler <enrico.seiler AT fu-berlin.de>
Hide me