Typedef tl::detail::is_move_constructible_or_void

Typedef Documentation

template<class T>
using tl::detail::is_move_constructible_or_void = is_void_or<T, std::is_move_constructible<T>>