|
libzypp 17.38.5
|
Store reference. More...
#include <zypp-core/base/LogTools.h>
Public Member Functions | |
| constexpr | RefStore (T &t) |
| RefStore (const RefStore &)=delete | |
| constexpr | RefStore (RefStore &&rhs) |
| T & | get () |
| const T & | get () const |
Private Attributes | |
| T & | _val |
Related Symbols | |
(Note that these are not member symbols.) | |
| constexpr auto | makeRefStore (T &&t) -> RefStore< T > |
| <T> Create a RefStore for the argument. | |
| std::ostream & | operator<< (std::ostream &str, const RefStore< T > &obj) |
| <T> Stream output | |
Store reference.
Definition at line 75 of file LogTools.h.
|
inlineconstexpr |
Definition at line 77 of file LogTools.h.
|
delete |
|
inlineconstexpr |
Definition at line 83 of file LogTools.h.
|
inline |
Definition at line 87 of file LogTools.h.
|
inline |
Definition at line 88 of file LogTools.h.
|
<T> Create a RefStore for the argument.
Definition at line 96 of file LogTools.h.
|
<T> Stream output
Definition at line 101 of file LogTools.h.
|
private |
Definition at line 91 of file LogTools.h.