Class
Proxy
Emulates object of another class.
Proxy<TSpec>
Parameters
TSpec
The specializing type.
Metafunctions: Spec
Specializations
Iterator ProxyProxy that is implemented by an iterator.
Metafunctions
DifferenceType of an object that stores the difference between two iterators.
GetValueType for reading values.
ReferenceReference type.
SizeType of an object that is suitable to hold size information.
SpecThe spec of a class.
ValueType of the items in the container.
Remarks
Use Value to get the emulated type. An instance of Proxy behaves like an object of its value type. Proxy can be used as reference type (see Reference).
Note that functions that are both general and specialized for the value type should be specialized for Proxy<TSpec> too, since otherwise the general version will be called.
SeqAn - Sequence Analysis Library - www.seqan.de