LLVM 22.0.0git
llvm::yaml::SequenceTraitsImpl< T, Flow > Struct Template Reference

#include "llvm/Support/YAMLTraits.h"

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 typeelement (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 1875 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 1876 of file YAMLTraits.h.

References llvm::seq(), and T.


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