RhoValue

template<typename TElementType, typename = void>
struct RhoValue

Defined in adapters.hpp.

This type should be a stateless struct with a single typedef type representing the type that should be used or returned by a Rho struct.

The second template parameter exists for SFINAE.

Used by:

Template Parameters

TElementType – the type of elements.