ΒΆtemplate <typename T>
typename std::enable_if<
    has_BlockScalarTraits<T>::value,
    void>::type
yamlize(llvm::yaml::IO& YamlIO,
        T& Val,
        bool,
        llvm::yaml::EmptyContext& Ctx)

Declared at: llvm/include/llvm/Support/YAMLTraits.h:1009

Templates

T

Parameters

llvm::yaml::IO& YamlIO
T& Val
bool
llvm::yaml::EmptyContext& Ctx