SeqAn3  3.0.1
The Modern C++ library for sequence analysis.
transform.hpp File Reference

Provides utilities for modifying characters. More...

+ Include dependency graph for transform.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 seqan3
 The main SeqAn3 namespace.
 

Functions

Operations on characters
template<builtin_character char_type>
constexpr char_type seqan3::to_lower (char_type const c) noexcept
 Converts 'A'-'Z' to 'a'-'z' respectively; other characters are returned as is. More...
 
template<builtin_character char_type>
constexpr char_type seqan3::to_upper (char_type const c) noexcept
 Converts 'a'-'z' to 'A'-'Z' respectively; other characters are returned as is. More...
 

Detailed Description

Provides utilities for modifying characters.

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