Spec ModPaddingString
Pad characters beyond the end of a string with default value.

Extends ModifiedString
All Extended ModifiedString
All Impl'd AssignableConcept, ContainerConcept, DestructibleConcept
Defined in <seqan/modifier.h>
Signature template <typename THost> class ModifiedString<THost, ModPadding>;

Template Parameters

THost original string.

Member Function Overview

Member Functions Inherited From AssignableConcept

Interface Function Overview

Interface Functions Inherited From AssignableConcept

Interface Functions Inherited From ContainerConcept

Interface Metafunction Overview

Interface Metafunctions Inherited From ContainerConcept

Interface Functions Detail

void expand(str, size[, pad])

Expands the original string by the given size.

Parameters

str The modified string to be padded.
size The number of padded characters.
pad The character to pad the sequence with.

Data Races

Not thread-safe.