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

Functions

template<domain D :shared3p >
BlStringVector< D > bl_strLengthenBound (BlStringVector< D > s, uint biggerBound)
 

Detailed Description

Increase the bound of a bounded-length string vector.

Note
D - shared3p protection domain
Parameters
s- input string vector
biggerBound- new bound
Returns
returns s with the bound increased to biggerBound
Leakage
None

Function Documentation

◆ bl_strLengthenBound()

BlStringVector<D> bl_strLengthenBound ( BlStringVector< D >  s,
uint  biggerBound 
)