SeqAn3  3.0.3
The Modern C++ library for sequence analysis.
std::remove_cvref< t > Struct Template Reference

Return the input type with const, volatile and references removed. More...

Detailed Description

template<typename t>
struct std::remove_cvref< t >

Return the input type with const, volatile and references removed.

Template Parameters
tThe type to operate on.

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