Iros
Loading...
Searching...
No Matches
is_constant_evaluated.h
Go to the documentation of this file.
1
#pragma once
2
3
namespace
di::util
{
4
constexpr
auto
is_constant_evaluated
() noexcept ->
bool
{
5
if
consteval
{
6
return
true
;
7
}
else
{
8
return
false
;
9
}
10
}
11
}
12
13
namespace
di
{
14
using
util::is_constant_evaluated
;
15
}
di::util
Definition
vocab.h:96
di::util::is_constant_evaluated
constexpr auto is_constant_evaluated() noexcept -> bool
Definition
is_constant_evaluated.h:4
di
Definition
zstring_parser.h:9
libs
di
include
di
util
is_constant_evaluated.h
Generated by
1.13.0