libzypp 17.38.1
zypp::str::detail::RefStore< NoPrint & > Struct Reference

#include <zypp-core/base/LogTools.h>

Public Member Functions

constexpr RefStore ()
constexpr RefStore (const NoPrint &)
NoPrint && get ()

Private Attributes

NoPrint_val

(Note that these are not member symbols.)

constexpr auto makeRefStore (NoPrint &&&t) -> RefStore< NoPrint & >
 <T> Create a RefStore for the argument.
std::ostream & operator<< (std::ostream &str, const RefStore< NoPrint & > &obj)
 <T> Stream output

Detailed Description

Definition at line 120 of file LogTools.h.

Constructor & Destructor Documentation

◆ RefStore() [1/2]

zypp::str::detail::RefStore< NoPrint & >::RefStore ( )
inlineconstexpr

Definition at line 121 of file LogTools.h.

◆ RefStore() [2/2]

zypp::str::detail::RefStore< NoPrint & >::RefStore ( const NoPrint & )
inlineconstexpr

Definition at line 121 of file LogTools.h.

Member Function Documentation

◆ get()

NoPrint & & zypp::str::detail::RefStore< NoPrint & >::get ( )
inline

Definition at line 66 of file LogTools.h.

◆ makeRefStore()

auto makeRefStore ( NoPrint & && t) -> RefStore<NoPrint &>
related

<T> Create a RefStore for the argument.

Definition at line 96 of file LogTools.h.

◆ operator<<()

std::ostream & operator<< ( std::ostream & str,
const RefStore< NoPrint & > & obj )
related

<T> Stream output

Definition at line 101 of file LogTools.h.

Member Data Documentation

◆ _val

Definition at line 70 of file LogTools.h.


The documentation for this struct was generated from the following file: