SigUtil  0.95
Utility modules for modern C++
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
sig::impl::plus_t< N1, N2 > Struct Template Reference

Static Public Attributes

static const size_t value = N1 + N2
 

Detailed Description

template<size_t N1, size_t N2>
struct sig::impl::plus_t< N1, N2 >

Definition at line 25 of file type_convert.hpp.

Member Data Documentation

template<size_t N1, size_t N2>
const size_t sig::impl::plus_t< N1, N2 >::value = N1 + N2
static

Definition at line 27 of file type_convert.hpp.


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