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)

Detailed Description

template<xgenerator_concept E>
requires (!addressable_to_expression<std::decay_t<E>>)
struct xt::overlapping_memory_checker_traits< E >

Definition at line 86 of file xgenerator.hpp.

Member Function Documentation

◆ check_overlap() [1/2]

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

Definition at line 88 of file xgenerator.hpp.

◆ check_overlap() [2/2]

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

Definition at line 130 of file xbroadcast.hpp.


The documentation for this struct was generated from the following files:
  • /home/runner/work/xtensor/xtensor/include/xtensor/generators/xgenerator.hpp
  • /home/runner/work/xtensor/xtensor/include/xtensor/views/xbroadcast.hpp