Rank¶
Overview¶
The definitions & operations about rank. More…
// structs
struct ov_rank_t;
// global functions
ov_rank_is_dynamic(const ov_rank_t rank);
Detailed Documentation¶
The definitions & operations about rank.
Global Functions¶
ov_rank_is_dynamic(const ov_rank_t rank)
Check this rank whether is dynamic.
Parameters:
rank |
The rank pointer that will be checked. |
Returns:
bool The return value.