SecreC 2 language  2.8.0 (2023.09)
Language and standard library reference
Functions
bl_strLessThan(parallel)

Functions

template<domain D :shared3p >
D bool bl_strLessThan (BlStringVector< D > x, BlStringVector< D > y)
 

Detailed Description

Compares two bounded-length string vectors point-wise.

Note
D - shared3p protection domain
Parameters
x,y- input bounded-length string vectors
Returns
returns a boolean vector indicating if the element of x is less than the element of y in the corresponding position
Leakage
None

Function Documentation

◆ bl_strLessThan()

D bool bl_strLessThan ( BlStringVector< D >  x,
BlStringVector< D >  y 
)