Iros
 
Loading...
Searching...
No Matches
di::concepts::DebugEnv Concept Reference

Check the given environment is a debug environment. More...

#include <di/execution/query/is_debug_env.h>

Concept definition

template<typename Env>
concept di::concepts::DebugEnv = meta::InvokeResult<decltype(execution::is_debug_env), Env const&>::value
Check the given environment is a debug environment.
Definition is_debug_env.h:49
constexpr auto is_debug_env
Returns whether the given environment is a debug environment.
Definition is_debug_env.h:39
decltype(function::detail::invoke_impl(util::declval< Ts >()...)) InvokeResult
Definition invoke.h:64

Detailed Description

Check the given environment is a debug environment.

Template Parameters
EnvThe environment to check.
See also
execution::is_debug_env