![]() |
Arene Base
Fundamental Utilities For Safety Critical C++
|
Get the number of occurrences of a value in the provided sequence. The result is stored in the value member.
More...

Additional Inherited Members | |
Public Types inherited from std::integral_constant< std::size_t, integer_sequence_ops_detail::get_integer_sequence_count_of(Value, Sequence{})> | |
| using | type |
| The type of this class. | |
| using | value_type |
| The type of the value. | |
Public Member Functions inherited from std::integral_constant< std::size_t, integer_sequence_ops_detail::get_integer_sequence_count_of(Value, Sequence{})> | |
| constexpr | operator value_type () const noexcept |
Implicit conversion to Type. | |
| constexpr auto | operator() () const noexcept -> value_type |
| Nullary function call operator. | |
Static Public Attributes inherited from std::integral_constant< std::size_t, integer_sequence_ops_detail::get_integer_sequence_count_of(Value, Sequence{})> | |
| static constexpr value_type | value |
| The constant. | |
Get the number of occurrences of a value in the provided sequence. The result is stored in the value member.
| Sequence | the sequence to search |
| value | the value to search for |
Sequence must be an instantiation of std::integer_sequence.