Skip to content

File hasexplicitcoordinatedependence.h

FileList > algebra > helpers > hasexplicitcoordinatedependence.h

Go to the source code of this file

  • #include <type_traits>

Namespaces

Type Name
namespace TempLat

Classes

Type Name
struct HasExplicitCoordinateDependence <class T, class S>
Enables adapting the coordinates inside a possible shifted view on this object. This is very expensive, time-wasting, which is why we want to be able to detect such an explicit coordinate dependence, and skip the coordinate-shift computation when it is not used, saving loads of cpu time.
struct HasExplicitCoordinateDependence< T, std::void_t< decltype(T::EXPLICITCOORDINATEDEPENDENCE)> > <class T>
Specialization: single object that mentions its explicit coordinate dependence.
struct HasExplicitCoordinateDependence< T< S >, std::void_t<> > <T, typename S>
Specialization: template object (Getter) whose enclosed class might mention its explicit coordinate dependence.
struct HasExplicitCoordinateDependence< T< S1, S2 >, std::void_t<> > <T, typename S1, typename S2>
Specialization: template object (Getter) whose enclosed class might mention its explicit coordinate dependence.

The documentation for this class was generated from the following file cosmolatticeweb/tmp/code_source/templat/include/TempLat/lattice/algebra/helpers/hasexplicitcoordinatedependence.h