10        template<
typename Env>
 
   14                              "is_debug_env() customizations must return a di::Constexpr<bool> instance.");
 
 
 
 
Checks if T is a Constexpr instance with value U.
Definition constexpr.h:279
 
Check the given environment is a debug environment.
Definition is_debug_env.h:49
 
Definition tag_invoke.h:33
 
Definition any_storable.h:9
 
Definition is_debug_env.h:8
 
constexpr auto is_debug_env
Returns whether the given environment is a debug environment.
Definition is_debug_env.h:39
 
constexpr tag_invoke_detail::TagInvokeFn tag_invoke
Definition tag_invoke.h:22
 
constexpr auto c_
A value of type Constexpr<val>.
Definition constexpr.h:252
 
Definition forwarding_query.h:8
 
Definition is_debug_env.h:9
 
constexpr auto operator()(Env const &env) const
Definition is_debug_env.h:11