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

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

Public Types
using SignatureSize = size_t (*)(class IO &, T &)
template
using check = SameType<SignatureSize, &U::size>
Static Public Attributes
static constexpr bool value

Detailed Description

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

Definition at line 458 of file YAMLTraits.h.

Member Typedef Documentation

check

template<class T>

template

SignatureSize

Member Data Documentation

value

Initial value:

=

typename detail::detector< void, Op, Args... >::value_t is_detected

Detects if a given trait holds for some set of arguments 'Args'.

static constexpr bool value

Definition at line 463 of file YAMLTraits.h.


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