MT Core (C++)
Core library for replacing C++ standard in project usage
Loading...
Searching...
No Matches
mtcore::math::GCD< A, 0 > Struct Template Reference

#include <templates.hpp>

Inheritance diagram for mtcore::math::GCD< A, 0 >:
Collaboration diagram for mtcore::math::GCD< A, 0 >:

Static Public Attributes

static constexpr auto value = A
 
static constexpr auto t
 
static constexpr auto b
 
static constexpr auto a
 
static constexpr auto value
 

Detailed Description

template<intmax_t A>
struct mtcore::math::GCD< A, 0 >

Definition at line 38 of file templates.hpp.

Member Data Documentation

◆ a

auto mtcore::math::GCD< A, B >::a
staticconstexpr

Definition at line 46 of file templates.hpp.

◆ b

auto mtcore::math::GCD< A, B >::b
staticconstexpr

Definition at line 45 of file templates.hpp.

◆ t

auto mtcore::math::GCD< A, B >::t
staticconstexpr

Definition at line 44 of file templates.hpp.

◆ value [1/2]

template<intmax_t A>
auto mtcore::math::GCD< A, 0 >::value = A
staticconstexpr

Definition at line 39 of file templates.hpp.

◆ value [2/2]

auto mtcore::math::GCD< A, B >::value
staticconstexpr

Definition at line 47 of file templates.hpp.


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