static_if< false > Struct Reference

static_if&lt; false &gt; Struct Reference#

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

#include <functional.hpp>

Public Types

using Type = static_if<false>

Public Member Functions

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

Static Public Member Functions

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

Member Typedef Documentation

◆ Type

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

Member Function Documentation

◆ Else()

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

◆ operator()()

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

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