My Project
|
The has_communication class checks if the type has the member function getCommunication. More...
#include <has_function.hpp>
Static Public Attributes | |
static constexpr bool | value = std::is_same_v<decltype(test<T>(0)), std::true_type> |
The has_communication class checks if the type has the member function getCommunication.
This is used in the SolverAdapter to check if the operator has a communication, and it will then select a different path accordingly.