remove_noexcept.hpp File Reference

Classes

struct  boost::callable_traits::detail::remove_noexcept_impl< T, typename >
 
struct  boost::callable_traits::detail::remove_noexcept_impl< T, typename std::is_same< remove_noexcept_t< T >, detail::dummy >::type >
 
struct  boost::callable_traits::remove_noexcept< T >
 

Namespaces

 boost
 
 boost::callable_traits
 
 boost::callable_traits::detail
 

Typedefs

template<typename T >
using boost::callable_traits::remove_noexcept_t = detail::try_but_fail_if_invalid< typename detail::traits< T >::remove_noexcept, cannot_remove_noexcept_from_this_type >