Template Struct NullValueGet< R, typename std::enable_if< !std::is_same< R, NullValue >::value, R >::type >

Struct Documentation

template<typename R>
struct NullValueGet<R, typename std::enable_if<!std::is_same<R, NullValue>::value, R>::type>

Public Static Functions

static inline R get(R r)