xtensor
 
Loading...
Searching...
No Matches
xt::overlapping_memory_checker_traits< E > Struct Template Reference

Static Public Member Functions

static bool check_overlap (const E &, const memory_range &)
 
static bool check_overlap (const E &expr, const memory_range &dst_range)
 
static bool check_overlap (const E &, const memory_range &)
 

Detailed Description

template<xgenerator_concept E>
requires (without_memory_address_concept<E>)
struct xt::overlapping_memory_checker_traits< E >

Definition at line 88 of file xgenerator.hpp.

Member Function Documentation

◆ check_overlap() [1/3]

template<xgenerator_concept E>
static bool xt::overlapping_memory_checker_traits< E >::check_overlap ( const E & ,
const memory_range &  )
inlinestatic

Definition at line 90 of file xgenerator.hpp.

◆ check_overlap() [2/3]

static bool xt::overlapping_memory_checker_traits< E, void >::check_overlap ( const E & ,
const memory_range &  )
inlinestatic

Definition at line 862 of file xutils.hpp.

◆ check_overlap() [3/3]

template<xgenerator_concept E>
static bool xt::overlapping_memory_checker_traits< E >::check_overlap ( const E & expr,
const memory_range & dst_range )
inlinestatic

Definition at line 132 of file xbroadcast.hpp.


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