Aerobus v1.2
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
aerobus::is_prime< n > Struct Template Reference

checks if n is prime More...

#include <aerobus.h>

Static Public Attributes

static constexpr bool value = internal::_is_prime<n, 5>::value
 true iff n is prime
 

Detailed Description

template<size_t n>
struct aerobus::is_prime< n >

checks if n is prime

Template Parameters
n

Member Data Documentation

◆ value

template<size_t n>
constexpr bool aerobus::is_prime< n >::value = internal::_is_prime<n, 5>::value
staticconstexpr

true iff n is prime


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