#include <decay.hpp>
Public Types | |
typedef boost::detail::decay_imp< Ty, boost::is_array< Ty >::value, boost::is_function< Ty >::value >::type | type |
Private Types | |
typedef remove_reference< T >::type | Ty |
|
private |
typedef boost::detail::decay_imp<Ty, boost::is_array<Ty>::value, boost::is_function<Ty>::value>::type boost::decay< T >::type |