const std::vector<std::string> &names,
const DataVectorType type = type_automatic,
const std::vector<DataComponentInterpretation::DataComponentInterpretation>
- &data_component_interpretation = std::vector<
- DataComponentInterpretation::DataComponentInterpretation>());
+ &data_component_interpretation = {});
/**
* This function is an abbreviation to the above one (see there for a
const std::string & name,
const DataVectorType type = type_automatic,
const std::vector<DataComponentInterpretation::DataComponentInterpretation>
- &data_component_interpretation = std::vector<
- DataComponentInterpretation::DataComponentInterpretation>());
+ &data_component_interpretation = {});
/**
* This function is an extension of the above one (see there for a
const VectorType & data,
const std::vector<std::string> & names,
const std::vector<DataComponentInterpretation::DataComponentInterpretation>
- &data_component_interpretation = std::vector<
- DataComponentInterpretation::DataComponentInterpretation>());
+ &data_component_interpretation = {});
/**
const VectorType & data,
const std::string & name,
const std::vector<DataComponentInterpretation::DataComponentInterpretation>
- &data_component_interpretation = std::vector<
- DataComponentInterpretation::DataComponentInterpretation>());
+ &data_component_interpretation = {});
/**
* This function is an alternative to the above ones, allowing the output of