deduction guides for std::scoped_lock

From cppreference.com
< cpp‎ | thread‎ | scoped lock
Defined in header <mutex>
template<class... M>
scoped_lock(scoped_lock<M...>) -> scoped_lock<M...>;
(since C++17)

One deduction guide is provided for std::scoped_lock.

Example