Loading [MathJax]/extensions/tex2jax.js
ug4
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
ug::block_traits< t > Struct Template Reference

#include <communication_policies.h>

Public Types

enum  { is_static = 1 }
 

Detailed Description

template<typename t>
struct ug::block_traits< t >

The block-traits are required by communication policies to determine whether buffers have a fixed size or whether they have to be treated in a more flexible way. such traits could look like this (default implementation):

template <> struct block_traits<double>
{
enum{
is_static = 1
};
};
Definition communication_policies.h:58

Member Enumeration Documentation

◆ anonymous enum

template<typename t >
anonymous enum
Enumerator
is_static 

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