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

Functions

uint64 tdbVmapCount (uint64 id, string paramname)
 

Detailed Description

Get the number of vectors in a vector map.

Parameters
id- vector map id
paramname- name of the vector to count
Returns
returns the number of vectors with the name paramname in the vector map (one or zero)

Function Documentation

◆ tdbVmapCount()

uint64 tdbVmapCount ( uint64  id,
string  paramname 
)