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

Static Public Attributes

static constexpr size_t value = 1
 

Detailed Description

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

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

Member Data Documentation

◆ value

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

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


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