SeqAn3  3.0.3
The Modern C++ library for sequence analysis.
seqan3::detail::is_basic_string< std::basic_string< value_t, traits_t, allocator_t > > Struct Template Reference

Returns whether basic_string_t is of type std::basic_string<value_t, traits_t, allocator_t>. More...

+ Inheritance diagram for seqan3::detail::is_basic_string< std::basic_string< value_t, traits_t, allocator_t > >:

Detailed Description

template<typename value_t, typename traits_t, typename allocator_t>
struct seqan3::detail::is_basic_string< std::basic_string< value_t, traits_t, allocator_t > >

Returns whether basic_string_t is of type std::basic_string<value_t, traits_t, allocator_t>.

Attention
Will be deleted once seqan3::detail::sequence_container_modified_by_const_iterator_bug is fixed.

The documentation for this struct was generated from the following file: