LLVM 22.0.0git
|
#include "llvm/Support/YAMLTraits.h"
Public Types | |
using | SignatureSize = size_t (*)(class IO &, T &) |
template<class U> | |
using | check = SameType<SignatureSize, &U::size> |
Static Public Attributes | |
static constexpr bool | value |
Definition at line 466 of file YAMLTraits.h.
using llvm::yaml::has_DocumentListTraits< T >::check = SameType<SignatureSize, &U::size> |
Definition at line 469 of file YAMLTraits.h.
using llvm::yaml::has_DocumentListTraits< T >::SignatureSize = size_t (*)(class IO &, T &) |
Definition at line 467 of file YAMLTraits.h.
|
staticconstexpr |
Definition at line 471 of file YAMLTraits.h.