prjxray/lib/include/prjxray
Rick Altherr b0604362e0 lib: xc7series: const all the Span<>s
Span<T> can be converted to a Span<const T> but the reverse is not true.
Since most of the uses of spans do not allow modification of the data,
taking a Span<const T> is more versatile and importantly allows them to
be used in const methods.

Signed-off-by: Rick Altherr <kc8apf@kc8apf.net>
2018-01-22 14:15:13 -08:00
..
xilinx/xc7series lib: xc7series: const all the Span<>s 2018-01-22 14:15:13 -08:00
big_endian_span.h Apply clang-format to all C++ files 2018-01-08 17:14:27 -08:00
bit_ops.h Apply clang-format to all C++ files 2018-01-08 17:14:27 -08:00
database.h Apply clang-format to all C++ files 2018-01-08 17:14:27 -08:00
memory_mapped_file.h Apply clang-format to all C++ files 2018-01-08 17:14:27 -08:00
segbits_file_reader.h Apply clang-format to all C++ files 2018-01-08 17:14:27 -08:00