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