cuSBF
Loading...
Searching...
No Matches
Public Member Functions | List of all members
cusbf::detail::BitwiseOr< T > Struct Template Reference

Public Member Functions

__host__ __device__ __forceinline__ T operator() (T lhs, T rhs) const
 

Detailed Description

template<typename T>
struct cusbf::detail::BitwiseOr< T >

Definition at line 134 of file BloomFilter.cuh.

Member Function Documentation

◆ operator()()

template<typename T >
__host__ __device__ __forceinline__ T cusbf::detail::BitwiseOr< T >::operator() ( T  lhs,
T  rhs 
) const
inline

Definition at line 135 of file BloomFilter.cuh.

135 {
136 return lhs | rhs;
137 }
consteval bool separatorPositionAlwaysEncodesInvalid(char *input, uint64_t separatorPosition, uint64_t index)
Recursively tests whether placing the separator byte at any position in an input of valid bytes alway...
Definition Alphabet.cuh:37
Here is the call graph for this function:

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