LLVM: llvm::yaml::ScalarEnumerationTraits< support::detail::packed_endian_specific_integral< value_type, endian, alignment >, std::enable_if_t< has_ScalarEnumerationTraits< value_type >::value > (original) (raw)

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

Inheritance diagram for llvm::yaml::ScalarEnumerationTraits< support::detail::packed_endian_specific_integral< value_type, endian, alignment >, std::enable_if_t< has_ScalarEnumerationTraits< value_type >::value > >:

Public Types
using endian_type
Static Public Member Functions
static void enumeration (IO &io, endian_type &E)

Detailed Description

template<typename value_type, llvm::endianness endian, size_t alignment>
struct llvm::yaml::ScalarEnumerationTraits< support::detail::packed_endian_specific_integral< value_type, endian, alignment >, std::enable_if_t< has_ScalarEnumerationTraits< value_type >::value > >

Definition at line 1207 of file YAMLTraits.h.

Member Typedef Documentation

endian_type

Member Function Documentation

enumeration()


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