NeoN
A framework for CFD software
Loading...
Searching...
No Matches
Public Attributes | List of all members
NeoN::detail::RefHolder< HoldType > Struct Template Reference

A wrapper class to put references in dictionaries to overcome the issue that std::any cannot hold a reference use with care since if the original values does not exist anymore it will be a dangling reference. More...

#include <dictionary.hpp>

Public Attributes

const HoldType & c
 

Detailed Description

template<typename HoldType>
struct NeoN::detail::RefHolder< HoldType >

A wrapper class to put references in dictionaries to overcome the issue that std::any cannot hold a reference use with care since if the original values does not exist anymore it will be a dangling reference.

Definition at line 31 of file dictionary.hpp.

Member Data Documentation

◆ c

template<typename HoldType >
const HoldType& NeoN::detail::RefHolder< HoldType >::c

Definition at line 33 of file dictionary.hpp.


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