LLVM 22.0.0git
llvm::yaml::ScalarBitSetTraits< support::detail::packed_endian_specific_integral< value_type, endian, alignment >, std::enable_if_t< has_ScalarBitSetTraits< value_type >::value > > Struct Template Reference

#include "llvm/Support/YAMLTraits.h"

Inheritance diagram for llvm::yaml::ScalarBitSetTraits< support::detail::packed_endian_specific_integral< value_type, endian, alignment >, std::enable_if_t< has_ScalarBitSetTraits< value_type >::value > >:
[legend]

Public Types

using endian_type

Static Public Member Functions

static void bitset (IO &io, endian_type &E)

Detailed Description

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

Definition at line 1223 of file YAMLTraits.h.

Member Typedef Documentation

◆ endian_type

template<typename value_type, llvm::endianness endian, size_t alignment>
using llvm::yaml::ScalarBitSetTraits< support::detail::packed_endian_specific_integral< value_type, endian, alignment >, std::enable_if_t< has_ScalarBitSetTraits< value_type >::value > >::endian_type

Member Function Documentation

◆ bitset()

template<typename value_type, llvm::endianness endian, size_t alignment>
void llvm::yaml::ScalarBitSetTraits< support::detail::packed_endian_specific_integral< value_type, endian, alignment >, std::enable_if_t< has_ScalarBitSetTraits< value_type >::value > >::bitset ( IO & io,
endian_type & E )
inlinestatic

Definition at line 1230 of file YAMLTraits.h.

References E().


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