LLVM 22.0.0git
llvm::yaml::has_ScalarEnumerationTraits< T > Struct Template Reference

#include "llvm/Support/YAMLTraits.h"

Public Types

using SignatureEnumeration = void (*)(class IO &, T &)
template<class U>
using check

Static Public Attributes

static constexpr bool value = is_detected<check, T>::value

Detailed Description

template<class T>
struct llvm::yaml::has_ScalarEnumerationTraits< T >

Definition at line 307 of file YAMLTraits.h.

Member Typedef Documentation

◆ check

template<class T>
template<class U>
using llvm::yaml::has_ScalarEnumerationTraits< T >::check

◆ SignatureEnumeration

template<class T>
using llvm::yaml::has_ScalarEnumerationTraits< T >::SignatureEnumeration = void (*)(class IO &, T &)

Definition at line 308 of file YAMLTraits.h.

Member Data Documentation

◆ value

template<class T>
bool llvm::yaml::has_ScalarEnumerationTraits< T >::value = is_detected<check, T>::value
staticconstexpr

Definition at line 314 of file YAMLTraits.h.


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