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

Provides seqan3::add_enum_bitwise_operators. More...

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

Go to the source code of this file.

Namespaces

namespace  seqan3
 The main SeqAn3 namespace.
 

Variables

template<typename t >
constexpr bool seqan3::add_enum_bitwise_operators = false
 Set to true for a scoped enum to have binary operators overloaded.
 

Detailed Description

Provides seqan3::add_enum_bitwise_operators.

Author
Hannes Hauswedell <hannes.hauswedell AT fu-berlin.de>
Hide me