#include <quantity_transfer.hpp>
template<typename SourceTag, typename DestinationTag, bool less_than = (SourceTag::dim < DestinationTag::dim), bool larger_than = (SourceTag::dim > DestinationTag::dim)>
struct viennagrid::detail::quantity_transfer_dispatcher< SourceTag, DestinationTag, less_than, larger_than >
The documentation for this struct was generated from the following file: