VisionCpp  0.0.1
Static Public Member Functions | List of all members
visioncpp::internal::GetIdBasedScope< false, T > Struct Template Reference

specialisation of the GetIdBasedScope when the condition is false. More...

#include <memory_access.hpp>

Collaboration diagram for visioncpp::internal::GetIdBasedScope< false, T >:

Static Public Member Functions

static T get (T l, T g)
 function get More...
 

Detailed Description

template<typename T>
struct visioncpp::internal::GetIdBasedScope< false, T >

specialisation of the GetIdBasedScope when the condition is false.

In this case the get function return global index.

Definition at line 105 of file memory_access.hpp.

Member Function Documentation

◆ get()

template<typename T >
static T visioncpp::internal::GetIdBasedScope< false, T >::get ( l,
g 
)
inlinestatic

function get

returns the local range check:

Parameters
lis the local dimension size
gis the global dimension size
Returns
T

Definition at line 111 of file memory_access.hpp.


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