#include <juce_SIMDRegister_Impl.h>
Public Member Functions | |
ElementAccess (const ElementAccess &)=default | |
operator Type () const | |
ElementAccess & | operator= (const ElementAccess &o) noexcept |
ElementAccess & | operator= (Type scalar) noexcept |
Private Member Functions | |
ElementAccess (SIMDRegister &owner, size_t index) noexcept | |
Private Attributes | |
size_t | idx |
SIMDRegister & | simd |
Friends | |
struct | SIMDRegister |
|
default |
|
inlineprivatenoexcept |
|
inline |
|
inlinenoexcept |
References juce::dsp::SIMDRegister< Type >::operator=().
|
inlinenoexcept |
References juce::dsp::SIMDRegister< Type >::set().
|
friend |
|
private |
|
private |