Arkanjo 0.1
A tool for find code duplicated functions in codebases
Loading...
Searching...
No Matches
detail::integer_sequence< T, Ints > Struct Template Reference

#include <json.hpp>

Public Types

using value_type = T
 

Static Public Member Functions

static constexpr std::size_t size () noexcept
 

Detailed Description

template<typename T, T... Ints>
struct detail::integer_sequence< T, Ints >

Definition at line 3252 of file json.hpp.

Member Typedef Documentation

◆ value_type

template<typename T , T... Ints>
using detail::integer_sequence< T, Ints >::value_type = T

Definition at line 3254 of file json.hpp.

Member Function Documentation

◆ size()

template<typename T , T... Ints>
static constexpr std::size_t detail::integer_sequence< T, Ints >::size ( )
staticconstexprnoexcept

Definition at line 3255 of file json.hpp.


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