VisionCpp  0.0.1
Static Public Member Functions | List of all members
visioncpp::internal::GetGlobalRange< 0, DimSize > Struct Template Reference

specialisation of GetGlobalRange when the Halo is 0 More...

#include <evaluator.hpp>

Collaboration diagram for visioncpp::internal::GetGlobalRange< 0, DimSize >:

Static Public Member Functions

static size_t get_global_range (size_t index)
 function get_global_range checks the range and pass the correct value as an index parameters: More...
 

Detailed Description

template<size_t DimSize>
struct visioncpp::internal::GetGlobalRange< 0, DimSize >

specialisation of GetGlobalRange when the Halo is 0

Definition at line 54 of file evaluator.hpp.

Member Function Documentation

◆ get_global_range()

template<size_t DimSize>
static size_t visioncpp::internal::GetGlobalRange< 0, DimSize >::get_global_range ( size_t  index)
inlinestatic

function get_global_range checks the range and pass the correct value as an index parameters:

Parameters
indexis the passed index to be checked and corrected if needed
Returns
size_t

Definition at line 60 of file evaluator.hpp.


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