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

Functions

template<domain D :shared3p >
uint bl_strVectorLength (BlStringVector< D > s)
 

Detailed Description

Calculate the length of a bounded-length string vector.

Note
D - shared3p protection domain
Parameters
s- input string vector
Returns
returns the length of s
Leakage
None

Function Documentation

◆ bl_strVectorLength()

uint bl_strVectorLength ( BlStringVector< D >  s)