LLVM: llvm::yaml::has_ScalarBitSetTraits< T > Struct Template Reference (original) (raw)

#include "[llvm/Support/YAMLTraits.h](YAMLTraits%5F8h%5Fsource.html)"

Public Types
using SignatureBitset = void (*)(class IO &, T &)
template
using check = SameType<SignatureBitset, &ScalarBitSetTraits::bitset>
Static Public Attributes
static constexpr bool value = is_detected<check, T>::value

Detailed Description

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

Definition at line 318 of file YAMLTraits.h.

Member Typedef Documentation

check

template<class T>

template

using llvm::yaml::has_ScalarBitSetTraits< T >::check = SameType<SignatureBitset, &ScalarBitSetTraits::bitset>

Definition at line 322 of file YAMLTraits.h.

SignatureBitset

template<class T>

using llvm::yaml::has_ScalarBitSetTraits< T >::SignatureBitset = void (*)(class IO &, T &)

Definition at line 319 of file YAMLTraits.h.

Member Data Documentation

value

template<class T>

bool llvm::yaml::has_ScalarBitSetTraits< T >::value = is_detected<check, T>::value staticconstexpr

Definition at line 324 of file YAMLTraits.h.


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