Grok 12.0.1
Public Types | Static Private Member Functions | List of all members
hwy::DeclValT< T > Class Template Reference

#include <base.h>

Public Types

enum  { kDisableDeclValEvaluation = 1 }
 
using type = decltype(TryAddRValRef<T>(0))
 

Static Private Member Functions

template<class U , class URef = U&&>
static URef TryAddRValRef (int)
 
template<class U , class Arg >
static U TryAddRValRef (Arg)
 

Member Typedef Documentation

◆ type

template<class T >
using hwy::DeclValT< T >::type = decltype(TryAddRValRef<T>(0))

Member Enumeration Documentation

◆ anonymous enum

template<class T >
anonymous enum
Enumerator
kDisableDeclValEvaluation 

Member Function Documentation

◆ TryAddRValRef() [1/2]

template<class T >
template<class U , class Arg >
static U hwy::DeclValT< T >::TryAddRValRef ( Arg )
staticprivate

◆ TryAddRValRef() [2/2]

template<class T >
template<class U , class URef = U&&>
static URef hwy::DeclValT< T >::TryAddRValRef ( int )
staticprivate

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