SeqAn3
seqan3::size_type< t > Struct Template Reference

Type metafunction that returns the size_type of another type [metafunction declaration]. More...

#include <seqan3/core/metafunction/pre.hpp>

Detailed Description

template<typename t>
struct seqan3::size_type< t >

Type metafunction that returns the size_type of another type [metafunction declaration].

Template Parameters
tThe 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


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