HasSupportedEOS Concept Reference
|
Developer Documentation
|
MeltPoolDG::Flow::HasSupportedEOS Concept Reference
Concept ensuring a type defines a specific, compatible supported_eos array.
More...
#include <equation_of_state.hpp>
Concept definition
template<typename T>
{
T::supported_eos
} -> std::convertible_to<const std::array<CompressibleFlow::EquationOfState,
std::tuple_size_v<decltype(T::supported_eos)>> &>;
}
Concept ensuring a type defines a specific, compatible supported_eos array.
Definition equation_of_state.hpp:506
Detailed Description
Concept ensuring a type defines a specific, compatible supported_eos array.
Generated by