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

Static Public Attributes

static constexpr size_t value = N
 

Detailed Description

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

Definition at line 46 of file 044-functional.cpp.

Member Data Documentation

◆ value

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

Definition at line 48 of file 044-functional.cpp.


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