LLVM: llvm::yaml::SequenceTraitsImpl< T, Flow > Struct Template Reference (original) (raw)

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

Inheritance diagram for llvm::yaml::SequenceTraitsImpl< T, Flow >:

[legend]

Static Public Member Functions
static size_t size (IO &io, T &seq)
Static Public Member Functions inherited from llvm::yaml::IsResizableBase< T >
static type & element (IO &io, T &seq, size_t index)
Additional Inherited Members
Public Types inherited from llvm::yaml::IsResizableBase< T >
using type = typename T::value_type

Detailed Description

template<typename T, bool Flow>
struct llvm::yaml::SequenceTraitsImpl< T, Flow >

Definition at line 1864 of file YAMLTraits.h.

Member Function Documentation

size()

template<typename T, bool Flow>

size_t llvm::yaml::SequenceTraitsImpl< T, Flow >::size ( IO & io, T & seq ) inlinestatic

Definition at line 1865 of file YAMLTraits.h.

References llvm::seq(), and T.


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