INFO
Name: expected-devel
Version: 1.1.0-1.el10_0
Arch: noarch
Summary: Development files for expected
License: CC0-1.0
Vendor: Fedora Project
Build Host: buildvm-a64-04.iad2.fedoraproject.org
Build Date: Mon Aug 12 21:49:53 2024
Size: 111044
URL: https://github.com/TartanLlama/expected
Description: Header-only Development files for expected.
std::expected is proposed as the preferred way to represent objec
which will either have an expected value, or an unexpected value
giving information about why something failed. Unfortunately,
chaining together many computations which may fail can be verbose,
as error-checking code will be mixed in with the actual programming
logic. This implementation provides a number of utilities to make
coding with expected cleaner.
FILES
/usr/include/tl
/usr/include/tl/expected.hpp
/usr/share/cmake/tl-expected
/usr/share/cmake/tl-expected/tl-expected-config-version.cmake
/usr/share/cmake/tl-expected/tl-expected-config.cmake
/usr/share/cmake/tl-expected/tl-expected-targets.cmake
/usr/share/doc/expected-devel
/usr/share/doc/expected-devel/README.md
/usr/share/licenses/expected-devel
/usr/share/licenses/expected-devel/COPYING
REQUIRES
cmake-filesystem
rpmlib(CompressedFileNames) 3.0.4-1
rpmlib(FileDigests) 4.6.0-1
rpmlib(PayloadFilesHavePrefix) 4.0-1
rpmlib(PayloadIsZstd) 5.4.18-1
PROVIDES
cmake(tl-expected) 1.1.0
expected-devel 1.1.0-1.el10_0
expected-static 1.1.0-1.el10_0
CONFIG FILES
/usr/include/tl
/usr/include/tl/expected.hpp
/usr/share/cmake/tl-expected
/usr/share/cmake/tl-expected/tl-expected-config-version.cmake
/usr/share/cmake/tl-expected/tl-expected-config.cmake
/usr/share/cmake/tl-expected/tl-expected-targets.cmake
/usr/share/doc/expected-devel
/usr/share/doc/expected-devel/README.md d
/usr/share/licenses/expected-devel
/usr/share/licenses/expected-devel/COPYING l
LICENSE FILES
CC0-1.0
|