plus< Left, Right > Struct Template Reference

plus&lt; Left, Right &gt; Struct Template Reference#

Composable Kernel: ck_tile::plus< Left, Right > Struct Template Reference
ck_tile::plus< Left, Right > Struct Template Reference

#include <math.hpp>

Public Member Functions

CK_TILE_HOST_DEVICE constexpr auto operator() (const Left &lhs, const Right &rhs) const -> decltype(lhs+rhs)

Member Function Documentation

◆ operator()()

template<typename Left = void, typename Right = Left>
CK_TILE_HOST_DEVICE constexpr auto ck_tile::plus< Left, Right >::operator() ( const Left & lhs,
const Right & rhs ) const->decltype(lhs+rhs)
inlineconstexpr

The documentation for this struct was generated from the following file: