Loading [MathJax]/extensions/tex2jax.js
https://mooseframework.inl.gov
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends
Public Attributes | List of all members
Reporter::UnusedWrapper< T > Struct Template Reference

Internal struct for storing a unused value. More...

Inheritance diagram for Reporter::UnusedWrapper< T >:
[legend]

Public Attributes

value
 

Detailed Description

template<typename T>
struct Reporter::UnusedWrapper< T >

Internal struct for storing a unused value.

This allows for the storage of arbitrarily typed objects in a single vector for use in declareUnusedValue().

Definition at line 165 of file Reporter.h.

Member Data Documentation

◆ value

template<typename T>
T Reporter::UnusedWrapper< T >::value

Definition at line 167 of file Reporter.h.

Referenced by Reporter::declareUnusedValue().


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