DUDS
Distributed Update of Data from Something
duds::data::_it_needs_to_go_somewhere_::lowest< T > Struct Template Reference

Needed by unspecified(). More...

#include <Sample.hpp>

Static Public Attributes

static constexpr T value = std::numeric_limits<T>::lowest()
 

Detailed Description

template<class T>
struct duds::data::_it_needs_to_go_somewhere_::lowest< T >

Needed by unspecified().

Functions cannot have local structs with static data members. The function also needs a template to provide a double, but doubles cannot be used as template parameters. Structs can be used, but they need a static data member for the double.

Definition at line 38 of file Sample.hpp.

Member Data Documentation

◆ value

template<class T >
constexpr T duds::data::_it_needs_to_go_somewhere_::lowest< T >::value = std::numeric_limits<T>::lowest()
static

Definition at line 39 of file Sample.hpp.


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