library.h
Go to the documentation of this file.
The array_range class provides a view into an underlying data structure with lower and upper limits.
Definition array_range.h:64
The library class provides a cross platform way of explicit loading shared objects (....
Definition library.h:100
bool is_loaded() const noexcept
Returns true if the library is loaded; otherwise returns false.
library(const library &)=delete
library & operator=(const library &)=delete
library(string_view file_name, string_view version=string_view())
Constructs a library instance that will load the given library `file_name` and an optional version nu...
The method class provides several meta information about a method and can be invoked.
Definition method.h:122
The property class provides several meta information about a property and gives read/write access to ...
Definition property.h:118
Definition access_levels.h:34
basic_string_view< char > string_view
A class to hold a reference to a continuous sequence of char objects.
Definition string_view.h:493
Generated on Fri Jan 26 2024 00:00:00 for rttr - 0.9.7 by doxygen.