|
NeoN
A framework for CFD software
|
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 |
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.
| const HoldType& NeoN::detail::RefHolder< HoldType >::c |
Definition at line 33 of file dictionary.hpp.