4#ifndef TETL_STDEXCEPT_LENGTH_ERROR_HPP
5#define TETL_STDEXCEPT_LENGTH_ERROR_HPP
7#include <etl/_stdexcept/logic_error.hpp>
Definition adjacent_find.hpp:9
Definition length_error.hpp:11
constexpr length_error(char const *what)
Definition length_error.hpp:14
constexpr length_error()=default
Definition logic_error.hpp:11
constexpr logic_error(char const *what)
Definition logic_error.hpp:14