#include "fhiclcpp/ParameterSet.h"
#include "fhiclcpp/types/Sequence.h"
#include "fhiclcpp/types/Table.h"
#include <cassert>
#include <iostream>
#include <numeric>
Go to the source code of this file.
Definition at line 19 of file validate_large_sequence_t.cc.
22 std::vector<int> numbers(5000);
23 std::iota(
begin(numbers),
end(numbers), 0);
24 pset.
put(
"many_numbers", numbers);
28 auto const a = new_pset.get<std::vector<int>>(
"many_numbers");
32 auto const b = validated_config().numbers();
end
while True: pbar.update(maxval-len(onlies[E][S])) #print iS, "/", len(onlies[E][S]) found = False for...
std::string to_indented_string() const
decltype(auto) constexpr begin(T &&obj)
ADL-aware version of std::begin.
void put(std::string const &key)