NeoN
A framework for CFD software
|
Go to the source code of this file.
Classes | |
class | NeoN::View< ValueType > |
Namespaces | |
namespace | NeoN |
Concepts | |
concept | NeoN::hasView |
Concept, for any type which has the 'view' method. | |
Functions | |
template<typename... Types> requires (hasView<std::remove_reference_t<Types>> && ...) | |
auto | NeoN::views (Types &... args) |
Unpacks all views of the passed classes. | |