openMSX
Functions
opt_impl::swap_ns Namespace Reference

Functions

template<typename T >
void adl_swap (T &t, T &u) noexcept(noexcept(swap(t, u)))
 

Function Documentation

◆ adl_swap()

template<typename T >
void opt_impl::swap_ns::adl_swap ( T &  t,
T &  u 
)
noexcept

Definition at line 109 of file optional.hh.

References swap(), and t.