Type metafunction that returns the size_type
of another type [metafunction declaration].
More...
#include <seqan3/core/metafunction/pre.hpp>
Type metafunction that returns the size_type
of another type [metafunction declaration].
t | The type you wish to query. |
This is a pure declaration, you need to create a definition for concrete types or specialized or constrained templates.
There is a shortcut for this metafunction: seqan3::size_type_t