#include <env.hpp>
|
template<typename Tag, typename Env, typename Value>
requires (std::is_invocable_v<UpsertInEnvFn, Tag, Env &&, Value &&>) |
| constexpr auto | operator() (Tag tag, Env &&env, Value &&value) const noexcept |
template<typename Tag, typename Env, typename Value>
requires (!std::is_invocable_v<UpsertInEnvFn, Tag, Env &&, Value &&>) |
| constexpr auto | operator() (Tag tag, Env &&env, Value &&value) const noexcept |
Definition at line 88 of file env.hpp.
◆ operator()() [1/2]
template<typename Tag, typename Env, typename Value>
requires (!std::is_invocable_v<
UpsertInEnvFn, Tag, Env &&, Value &&>)
| auto Kokkos::Execution::Impl::UpsertInEnvOrJoinFn::operator() |
( |
Tag | tag, |
|
|
Env && | env, |
|
|
Value && | value ) const |
|
inlineconstexprnoexcept |
◆ operator()() [2/2]
template<typename Tag, typename Env, typename Value>
requires (std::is_invocable_v<
UpsertInEnvFn, Tag, Env &&, Value &&>)
| auto Kokkos::Execution::Impl::UpsertInEnvOrJoinFn::operator() |
( |
Tag | tag, |
|
|
Env && | env, |
|
|
Value && | value ) const |
|
inlineconstexprnoexcept |
The documentation for this struct was generated from the following file:
- /__w/kokkos-execution/kokkos-execution/kokkos-execution/impl/env.hpp