tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
is_debugger_present.hpp
Go to the documentation of this file.
1// SPDX-License-Identifier: BSL-1.0
2
3#ifndef TETL_DEBUGGING_IS_DEBUGGER_PRESENT_HPP
4#define TETL_DEBUGGING_IS_DEBUGGER_PRESENT_HPP
5
6#include <etl/_config/all.hpp>
7
8namespace etl {
9
12[[nodiscard]] inline auto is_debugger_present() noexcept -> bool { return false; }
13
14} // namespace etl
15
16#endif // TETL_DEBUGGING_IS_DEBUGGER_PRESENT_HPP
auto is_debugger_present() noexcept -> bool
Attempts to determine if the program is being executed with debugger present.
Definition is_debugger_present.hpp:12
Definition adjacent_find.hpp:8