Vc  1.3.2-dev
SIMD Vector Classes for C++
has_no_allocated_data_impl< T > Struct Template Reference

Detailed Description

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 Vc
{
namespace Traits
{
template<typename T> struct has_no_allocated_data_impl<MyContainer<T>> : public std::true_type {};
}
}
See also
has_no_allocated_data

Definition at line 55 of file has_no_allocated_data.h.

#include <has_no_allocated_data.h>

Inherits false_type.


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