| 483 | |
| 484 | template <typename TestType> |
| 485 | typename TestType::c_type* TestStatistics<TestType>::GetValuesPointer( |
| 486 | std::vector<typename TestType::c_type>& values) { |
| 487 | return values.data(); |
| 488 | } |
| 489 | |
| 490 | template <> |
| 491 | bool* TestStatistics<BooleanType>::GetValuesPointer(std::vector<bool>& values) { |