static_if< true > Struct Reference

static_if&lt; true &gt; Struct Reference#

Composable Kernel: ck::static_if< true > Struct Reference

#include <functional.hpp>

Public Types

using Type = static_if<true>

Public Member Functions

template<typename F>
__host__ __device__ constexpr auto operator() (F f) const

Static Public Member Functions

template<typename F>
__host__ static __device__ void Else (F)

Member Typedef Documentation

◆ Type

using ck::static_if< true >::Type = static_if<true>

Member Function Documentation

◆ Else()

template<typename F>
__host__ static __device__ void ck::static_if< true >::Else ( F )
inlinestatic

◆ operator()()

template<typename F>
__host__ __device__ constexpr auto ck::static_if< true >::operator() ( F f) const
inlineconstexpr

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