rcpputils
master
C++ API providing common utilities and data structures.
|
▼Cstd::exception [external] | |
Crcpputils::AssertionException | An assertion-like exception for halting tests if conditions are not met |
Crcpputils::IllegalStateException | An exception to be thrown when a state check fails |
Crcpputils::is_pointer< T > | Type traits for validating if T is of type pointer or smart pointer |
Crcpputils::fs::path | Drop-in replacement for std::filesystem::path |
Crcpputils::remove_pointer< T > | Type traits for deducing the data type of T from a pointer or smart pointer |
Crcpputils::SharedLibrary |