Spec SimpleHolder
Simple copying wrapper without any additional state.

Extends Holder
All Extended Holder
Defined in <seqan/basic.h>
Signature template <typename TValue> class Holder<TValue, Simple>;

Template Parameters

TValue Type of the managed object.

Interface Function Overview

Interface Functions Inherited From Holder

Interface Metafunction Overview

Interface Metafunctions Inherited From Holder

Detailed Description

Remarks

This holder stores a copy of the value.