Castor3D 0.16.0
Multiplatform 3D engine
Static Public Attributes | List of all members
castor::MaxValue< A, B, std::enable_if_t<(A >=B) > > Struct Template Reference

Used to have the maximum value of two, at compile time. More...

#include <Templates.hpp>

Static Public Attributes

static const uint32_t value = A
 

Detailed Description

template<uint32_t A, uint32_t B>
struct castor::MaxValue< A, B, std::enable_if_t<(A >=B) > >

Used to have the maximum value of two, at compile time.

Remarks
MaxValue specialisation for A >= B.

Member Data Documentation

◆ value

template<uint32_t A, uint32_t B>
const uint32_t castor::MaxValue< A, B, std::enable_if_t<(A >=B) > >::value = A
static

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