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

Static Public Attributes

static constexpr size_t value = 1
 

Detailed Description

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

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

Member Data Documentation

◆ value

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

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


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