Boost.ASIO

    • Global namespace
    • Reference
  • boost::asio::decay_t
arrow_upward

boost::asio::decay_t

Synopsis

Declared in <boost/asio/detail/type_traits.hpp>

template<typename T>
using decay_t = std::decay<T>::type;

Created with MrDocs

Edit this Page