CMS 3D CMS Logo

Typedefs
cms::detail Namespace Reference

Typedefs

template<typename E >
using exception_type = std::enable_if_t< std::is_base_of_v< Exception, std::remove_reference_t< E > >, std::remove_reference_t< E > >
 

Typedef Documentation

◆ exception_type

template<typename E >
using cms::detail::exception_type = typedef std::enable_if_t<std::is_base_of_v<Exception, std::remove_reference_t<E> >, std::remove_reference_t<E> >

Definition at line 55 of file Exception.h.