SeqAn3
transformation_trait_or.hpp File Reference

Provides seqan3::detail::transformation_trait_or. More...

#include <type_traits>
#include <meta/meta.hpp>
#include <seqan3/core/platform.hpp>
Include dependency graph for transformation_trait_or.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

template<typename type_t , typename default_t >
using transformation_trait_or_t = typename transformation_trait_or< type_t, default_t >::type
 Helper type of seqan3::detail::transformation_trait_or.
 

Detailed Description

Provides seqan3::detail::transformation_trait_or.

Author
Marcel Ehrhardt <marcel.ehrhardt AT fu-berlin.de>