\brief Returns the maximum number of elements this instance can hold.
| 832 | |
| 833 | //! \brief Returns the maximum number of elements this instance can hold. |
| 834 | unsigned int max_size (void) const |
| 835 | { |
| 836 | return N; |
| 837 | } |
| 838 | |
| 839 | //! \brief Returns the maximum number of elements this instance can hold. |
| 840 | unsigned int capacity () const |
nothing calls this directly
no outgoing calls
no test coverage detected