Goby3  3.1.4
2024.02.22
detail::utility_internal::Gen< T, N > Struct Template Reference

#include <goby/util/thirdparty/nlohmann/json.hpp>

Public Types

using type = typename Extend< typename Gen< T, N/2 >::type, N/2, N % 2 >::type
 

Detailed Description

template<typename T, size_t N>
struct detail::utility_internal::Gen< T, N >

Definition at line 3145 of file json.hpp.

Member Typedef Documentation

◆ type

template<typename T , size_t N>
using detail::utility_internal::Gen< T, N >::type = typename Extend < typename Gen < T, N / 2 >::type, N / 2, N % 2 >::type

Definition at line 3148 of file json.hpp.


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