HomeManualTopicsTypesSymbols

std_types::value_range/std::length_of

returns the number of values within the range

Parameter

self

Results

None

Description

This is computed as

upper_bound - lower_bound + 1

Implements

std::length_of returns the number of items within a collection