ug4
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
Definition: communication_policies.h:60

Member Enumeration Documentation

◆ anonymous enum

template<typename t >
anonymous enum
Enumerator
is_static 

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