template<typename T>
struct Vc::Traits::has_no_allocated_data_impl< T >
Implements the has_no_allocated_data trait.
Specialize this type for your container class if you need to make it usable with SIMD gathers/scatters. Example:
{
namespace Traits
{
}
}
Vector Classes Namespace.
Implements the has_no_allocated_data trait.
- See also
- has_no_allocated_data
Definition at line 55 of file has_no_allocated_data.h.
#include <has_no_allocated_data.h>
The documentation for this struct was generated from the following file: