Add `cpp-common/bt2c/aliases.hpp` to contain common aliases
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 3 May 2024 16:44:12 +0000 (12:44 -0400)
committerSimon Marchi <simon.marchi@efficios.com>
Wed, 4 Sep 2024 19:05:14 +0000 (15:05 -0400)
commit9d7b288ef209f0157d1cc68057ff6cc9db52d904
tree6050c70a2e1923983a241a490c734a2941ee461c
parent1c70ff4a25e82ac360acc6751b31d45db0d358cd
Add `cpp-common/bt2c/aliases.hpp` to contain common aliases

The first one is

    using ConstBytes = bt2s::span<const std::uint8_t>;

which we need at various locations.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Change-Id: Ic6cdaeca4b63c89bea8f51c7bb45f168039bd40f
Reviewed-on: https://review.lttng.org/c/babeltrace/+/12705
CI-Build: Simon Marchi <simon.marchi@efficios.com>
Tested-by: jenkins <jenkins@lttng.org>
src/Makefile.am
src/cpp-common/bt2c/aliases.hpp [new file with mode: 0644]
This page took 0.023953 seconds and 4 git commands to generate.