DAW JSON Link
Typedefs
daw::json::DAW_JSON_VER::json_details::unwrapped_impl Namespace Reference

Typedefs

template<typename T >
using unwrapped_t_impl = std::conditional_t< is_dereferenceable_v< T >, dereferenced_t< T >, T >
 

Typedef Documentation

◆ unwrapped_t_impl

template<typename T >
using daw::json::DAW_JSON_VER::json_details::unwrapped_impl::unwrapped_t_impl = typedef std::conditional_t<is_dereferenceable_v<T>, dereferenced_t<T>, T>