boost::callable_traits::is_noexcept< T > Struct Template Reference
Inheritance diagram for boost::callable_traits::is_noexcept< T >:

Documentation

template<typename T>
struct boost::callable_traits::is_noexcept< T >

Definition at line 30 of file is_noexcept.hpp.

Public Types

using type = typename detail::traits< detail::shallow_decay< T > >::is_noexcept
 

Member Typedef Documentation

◆ type

template<typename T >
using boost::callable_traits::is_noexcept< T >::type = typename detail::traits< detail::shallow_decay<T> >::is_noexcept

Definition at line 31 of file is_noexcept.hpp.


The documentation for this struct was generated from the following file: