kokkos-execution 0.0.1
Loading...
Searching...
No Matches
Kokkos::Execution::Impl::UpsertInEnvOrJoinFn Struct Reference

#include <env.hpp>

Public Member Functions

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

Detailed Description

Definition at line 88 of file env.hpp.

Member Function Documentation

◆ 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

Definition at line 97 of file env.hpp.

◆ 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

Definition at line 91 of file env.hpp.


The documentation for this struct was generated from the following file:
  • /__w/kokkos-execution/kokkos-execution/kokkos-execution/impl/env.hpp