E.V.E
v2023.02.15
 
Loading...
Searching...
No Matches
eve::keep_between Struct Reference

Conditional expression keeping all lanes between two position. More...

#include <eve/conditional.hpp>

Detailed Description

Required header: #include <eve/conditional.hpp>

Public Member Functions

template<typename V >
constexpr auto else_ (V const &v) const
 Extends a conditional expression with an alternative value.
 
template<typename T >
as_logical_t< T > mask (eve::as< T > tgt) const
 Computes the eve::logical_value associated to the current conditional.
 
template<typename T >
constexpr auto count (eve::as< T > const &) const
 Number of lanes to be left unmasked.
 
constexpr bool friend operator== (keep_between const &, keep_between const &)=default
 Checks equality between two eve::keep_between instances.
 

Friends

std::ostream & operator<< (std::ostream &os, keep_between const &c)
 Inserts a eve::keep_between conditional expression into a output stream.