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

Static Public Attributes

static constexpr size_t value = 1
 

Detailed Description

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

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

Member Data Documentation

◆ value

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

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


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