4#ifndef TETL_EXCEPTION_EXCEPTION_HPP
5#define TETL_EXCEPTION_EXCEPTION_HPP
23 char const* _what{
nullptr};
Definition adjacent_find.hpp:9
Definition exception.hpp:9
constexpr exception()=default
constexpr auto what() const noexcept -> char const *
Definition exception.hpp:17
constexpr exception(char const *what)
Definition exception.hpp:12