WPILibC++ 2025.3.2
Loading...
Searching...
No Matches
wpi::support::detail::packed_endian_specific_integral< ValueType, Endian, Alignment, ALIGN >::ref Struct Reference

#include <wpi/Endian.h>

Public Member Functions

 ref (void *Ptr)
 
 operator value_type () const
 
void operator= (value_type NewValue)
 

Constructor & Destructor Documentation

◆ ref()

template<typename ValueType , endianness Endian, std::size_t Alignment, std::size_t ALIGN = PickAlignment<ValueType, Alignment>::value>
wpi::support::detail::packed_endian_specific_integral< ValueType, Endian, Alignment, ALIGN >::ref::ref ( void * Ptr)
inlineexplicit

Member Function Documentation

◆ operator value_type()

template<typename ValueType , endianness Endian, std::size_t Alignment, std::size_t ALIGN = PickAlignment<ValueType, Alignment>::value>
wpi::support::detail::packed_endian_specific_integral< ValueType, Endian, Alignment, ALIGN >::ref::operator value_type ( ) const
inline

◆ operator=()

template<typename ValueType , endianness Endian, std::size_t Alignment, std::size_t ALIGN = PickAlignment<ValueType, Alignment>::value>
void wpi::support::detail::packed_endian_specific_integral< ValueType, Endian, Alignment, ALIGN >::ref::operator= ( value_type NewValue)
inline

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