cppyabm  1.0.17
An agent-based library to integrate C++ and Python
Static Public Attributes | List of all members
int_to_str< 0, Digits... > Struct Template Reference

#include <descr.h>

Static Public Attributes

static constexpr auto digits = descr<sizeof...(Digits)>(('0' + Digits)...)
 

Detailed Description

template<size_t... Digits>
struct int_to_str< 0, Digits... >

Definition at line 58 of file descr.h.

Member Data Documentation

◆ digits

template<size_t... Digits>
constexpr auto int_to_str< 0, Digits... >::digits = descr<sizeof...(Digits)>(('0' + Digits)...)
staticconstexpr

Definition at line 59 of file descr.h.


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