libjmmcg  release_579_6_g8cffd
A C++ library containing an eclectic mix of useful, advanced components.
jmmcg::LIBJMMCG_VER_NAMESPACE::sign< V > Struct Template Reference

The result is true if the value V is positive, otherwise false. More...

#include <integer_power.hpp>

Static Public Attributes

static constexpr long result =(V>=0)
 

Detailed Description

template<long V>
struct jmmcg::LIBJMMCG_VER_NAMESPACE::sign< V >

The result is true if the value V is positive, otherwise false.

Definition at line 37 of file integer_power.hpp.

Member Data Documentation

◆ result

template<long V>
constexpr long jmmcg::LIBJMMCG_VER_NAMESPACE::sign< V >::result =(V>=0)
staticconstexpr

Definition at line 38 of file integer_power.hpp.


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