libjmmcg  build_2783
A C++ library containing an eclectic mix of useful, advanced components.
jmmcg::min< Val, l, r > Struct Template Reference

#include <max_min.hpp>

Public Types

enum  : Val { value =(l<r ? l : r) }
 

Detailed Description

template<class Val, Val l, Val r>
struct jmmcg::min< Val, l, r >

Definition at line 43 of file max_min.hpp.

Member Enumeration Documentation

◆ anonymous enum

template<class Val , Val l, Val r>
anonymous enum : Val
Enumerator
value 

Definition at line 61 of file max_min.hpp.


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