A concept to check if a template type satisfies the ResultType requirements. More...
#include <ikarus/utils/concepts.hh>
RT | A template type with parameters (typename, int, int). The first parameter is the data type, and the next two parameters are the grid dimension and the world dimension. It checks for various instantiations to ensure they meet the ResultType concept. Specifically, it checks for the nested types 'type', 'Vectorizer', 'Matricizer', and the presence of a toString function returning a std::string. |