RankState¶
-
template<typename TElementType, typename = void>
class RankState¶ Defined in
adapters.hpp.Specialisations of this class should have a typedef
typerepresenting the type of data stored in the class, a 0-parameter constructor, and a constructor of signaturetemplate<typename T> RankState(T, T)whereTis the type of a const iterator to a container ofTElementType.The default declaration provided here has
type = voidand indicates that no RankState object is required by Rank with template parameterTElementType.- Used by:
- Template Parameters:
TElementType – the type of elements.
Member types¶
Constructors¶
Default constructor; does nothing. |
|
Iterator constructor; does nothing. |
Deleted constructors¶
Deleted. |
|
Deleted. |
|
Deleted. |
|
Deleted. |