|  | Home | Libraries | People | FAQ | More | 
Count Values or Indexables stored in the container.
For indexable_type it returns the number of values which indexables equals the parameter. For value_type it returns the number of values which equals the parameter.
template<typename ValueOrIndexable>size_typecount(ValueOrIndexable const &vori)
const
| Type | Name | Description | 
|---|---|---|
| 
                       | 
                       | The value or indexable which will be counted. | 
The number of values found.
Nothing.