Size of the dataset. * * @return Number of values in the dataset. */
| 125 | * @return Number of values in the dataset. |
| 126 | */ |
| 127 | int size() const |
| 128 | { |
| 129 | return std::min(_dataset1.size(), _dataset2.size()); |
| 130 | } |
| 131 | |
| 132 | private: |
| 133 | T _dataset1; |
no outgoing calls