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
8
namespace
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
all.hpp
etl::is_debugger_present
auto is_debugger_present() noexcept -> bool
Attempts to determine if the program is being executed with debugger present.
Definition
is_debugger_present.hpp:12
etl
Definition
adjacent_find.hpp:8
include
etl
_debugging
is_debugger_present.hpp
Generated on Sat Mar 8 2025 16:19:59 for tetl by
1.14.0