My Project
include
bsl
is_constant_evaluated.hpp
Go to the documentation of this file.
1
28
#ifndef BSL_IS_CONSTANT_EVALUATED_HPP
29
#define BSL_IS_CONSTANT_EVALUATED_HPP
30
31
namespace
bsl
32
{
45
[[nodiscard]] constexpr
bool
46
is_constant_evaluated
() noexcept
47
{
48
return
BSL_IS_CONSTANT_EVALUATED;
49
}
50
}
51
52
#endif
bsl::is_constant_evaluated
constexpr bool is_constant_evaluated() noexcept
Detects whether the function call occurs within a constant-evaluated context. Returns true if the eva...
Definition:
is_constant_evaluated.hpp:46
Generated by
1.8.15