stator
A math, geometry, and utility library
Static Public Attributes | List of all members
stator::ReprConfig< Args > Struct Template Reference

#include <repr.hpp>

Static Public Attributes

static constexpr const auto Debug_output = stator::orphan::is_present<stator::Debug_output, Args...>::value
 
static constexpr const auto Latex_output = stator::orphan::is_present<stator::Latex_output, Args...>::value
 
static constexpr const auto Rounding_digits = stator::orphan::get_value<stator::Rounding_digits<0>, Args...>::value
 

Detailed Description

template<typename ... Args>
struct stator::ReprConfig< Args >

Definition at line 101 of file repr.hpp.

Member Data Documentation

◆ Debug_output

template<typename ... Args>
constexpr const auto stator::ReprConfig< Args >::Debug_output = stator::orphan::is_present<stator::Debug_output, Args...>::value
static

Definition at line 104 of file repr.hpp.

◆ Latex_output

template<typename ... Args>
constexpr const auto stator::ReprConfig< Args >::Latex_output = stator::orphan::is_present<stator::Latex_output, Args...>::value
static

Definition at line 102 of file repr.hpp.

◆ Rounding_digits

template<typename ... Args>
constexpr const auto stator::ReprConfig< Args >::Rounding_digits = stator::orphan::get_value<stator::Rounding_digits<0>, Args...>::value
static

Definition at line 103 of file repr.hpp.


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