3#ifndef TETL_EXCEPTION_EXCEPTION_HPP
4#define TETL_EXCEPTION_EXCEPTION_HPP
16 [[nodiscard]]
constexpr auto what() const noexcept ->
char const* {
return _what; }
19 char const* _what{
nullptr};
Definition adjacent_find.hpp:8
constexpr exception()=default
constexpr auto what() const noexcept -> char const *
Definition exception.hpp:16
constexpr exception(char const *what)
Definition exception.hpp:11