SourceXtractorPlusPlus  0.11
Please provide a description of the project.
PsfTraits.h
Go to the documentation of this file.
1 
23 #ifndef MODELFITTING_PSFTRAITS_H
24 #define MODELFITTING_PSFTRAITS_H
25 
26 namespace ModelFitting {
27 
36 template <typename PsfType>
37 struct PsfTraits {
39  static constexpr bool has_context = false;
40 };
41 
42 } // end namespace ModelFitting
43 
44 #endif // MODELFITTING_PSFTRAITS_H
static constexpr bool has_context
Definition: PsfTraits.h:39