* @brief The number of single instances in the array */
| 2049 | * @brief The number of single instances in the array |
| 2050 | */ |
| 2051 | size_t size () const |
| 2052 | { |
| 2053 | if (mp_base) { |
| 2054 | return mp_base->size (); |
| 2055 | } else { |
| 2056 | return 1; |
| 2057 | } |
| 2058 | } |
| 2059 | |
| 2060 | /** |
| 2061 | * @brief Gets the simple component of the transformation |
no outgoing calls
no test coverage detected