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 > > |
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.