C++ Library Extensions 2022.12.09
To help learn modern C++ programming
nCr< N, 1 > Struct Template Reference

Static Public Attributes

static constexpr size_t value = N
 

Detailed Description

template<size_t N>
struct nCr< N, 1 >

Definition at line 30 of file 055-functional_programming.cpp.

Member Data Documentation

◆ value

template<size_t N>
constexpr size_t nCr< N, 1 >::value = N
staticconstexpr

Definition at line 32 of file 055-functional_programming.cpp.


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