FroidurePinTraits¶
-
template<typename TElementType, typename TStateType = void>
struct FroidurePinTraits¶ Defined in
froidure-pin.hpp.This is a traits class for use with FroidurePin.
See also
- Template Parameters:
TElementType – the type of the elements.
TStateType – the type of the state (if any, defaults to
void, meaning none).