SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
PsfTraits.h
Go to the documentation of this file.
1
22
23#ifndef MODELFITTING_PSFTRAITS_H
24#define MODELFITTING_PSFTRAITS_H
25
26namespace ModelFitting {
27
36template <typename PsfType>
37struct 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
std::false_type context_t
Definition PsfTraits.h:38