cphot 0.1
A C++ tool for computing photometry from spectra.
pretty_print::detail::has_begin_end< T > Struct Template Reference

#include <prettyprint.hpp>

+ Inheritance diagram for pretty_print::detail::has_begin_end< T >:

Static Public Attributes

static const bool beg_value = sizeof(f<T>(nullptr)) == sizeof(yes)
 
static const bool end_value = sizeof(g<T>(nullptr)) == sizeof(yes)
 

Detailed Description

template<typename T>
struct pretty_print::detail::has_begin_end< T >

Definition at line 55 of file prettyprint.hpp.

Member Data Documentation

◆ beg_value

template<typename T >
const bool pretty_print::detail::has_begin_end< T >::beg_value = sizeof(f<T>(nullptr)) == sizeof(yes)
static

Definition at line 73 of file prettyprint.hpp.

◆ end_value

template<typename T >
const bool pretty_print::detail::has_begin_end< T >::end_value = sizeof(g<T>(nullptr)) == sizeof(yes)
static

Definition at line 74 of file prettyprint.hpp.


The documentation for this struct was generated from the following file: