LLVM 22.0.0git
|
#include "llvm/Support/YAMLTraits.h"
Public Types | |
using | SignatureBitset = void (*)(class IO &, T &) |
template<class U> | |
using | check = SameType<SignatureBitset, &ScalarBitSetTraits<U>::bitset> |
Static Public Attributes | |
static constexpr bool | value = is_detected<check, T>::value |
Definition at line 318 of file YAMLTraits.h.
using llvm::yaml::has_ScalarBitSetTraits< T >::check = SameType<SignatureBitset, &ScalarBitSetTraits<U>::bitset> |
Definition at line 322 of file YAMLTraits.h.
using llvm::yaml::has_ScalarBitSetTraits< T >::SignatureBitset = void (*)(class IO &, T &) |
Definition at line 319 of file YAMLTraits.h.
|
staticconstexpr |
Definition at line 324 of file YAMLTraits.h.