SourceXtractorPlusPlus  0.10
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
std::false_type
ModelFitting::PsfTraits
Definition: PsfTraits.h:37
ModelFitting::PsfTraits::has_context
static constexpr bool has_context
Definition: PsfTraits.h:39
ModelFitting
Definition: AsinhChiSquareComparator.h:30