OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
apply_trasform_impl< layout_base, T, boost::fusion::vector< args... > > Struct Template Reference

Detailed Description

template<template< typename > class layout_base, typename T, typename ... args>
struct apply_trasform_impl< layout_base, T, boost::fusion::vector< args... > >

Definition at line 218 of file tokernel_transformation.hpp.

Public Types

typedef aggregate_or_known_type< layout_base, T, impl, args... >::type type
 

Static Public Attributes

static const int impl = is_aggregate<T>::value + is_Box<T>::value * 2 + is_Point<T>::value * 4
 

Member Typedef Documentation

◆ type

template<template< typename > class layout_base, typename T , typename ... args>
typedef aggregate_or_known_type<layout_base,T,impl,args...>::type apply_trasform_impl< layout_base, T, boost::fusion::vector< args... > >::type

Definition at line 222 of file tokernel_transformation.hpp.

Field Documentation

◆ impl

template<template< typename > class layout_base, typename T , typename ... args>
const int apply_trasform_impl< layout_base, T, boost::fusion::vector< args... > >::impl = is_aggregate<T>::value + is_Box<T>::value * 2 + is_Point<T>::value * 4
static

Definition at line 220 of file tokernel_transformation.hpp.


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