LambdaValue

template<typename TElementType, typename = void>
struct LambdaValue

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 Lambda struct.

The second template parameter exists for SFINAE.

tparam TElementType

the type of elements.

Used by: