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

#include <prettyprint.hpp>

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

Public Types

using type = T
 

Static Public Attributes

static const bool value = sizeof(test<T>(nullptr)) == sizeof(yes)
 

Detailed Description

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

Definition at line 44 of file prettyprint.hpp.

Member Typedef Documentation

◆ type

template<typename T >
using pretty_print::detail::has_const_iterator< T >::type = T

Definition at line 51 of file prettyprint.hpp.

Member Data Documentation

◆ value

template<typename T >
const bool pretty_print::detail::has_const_iterator< T >::value = sizeof(test<T>(nullptr)) == sizeof(yes)
static

Definition at line 50 of file prettyprint.hpp.


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