Iros
 
Loading...
Searching...
No Matches
std_structed_binding.h
Go to the documentation of this file.
1#pragma once
2
3#include "di/types/size_t.h"
4
5#ifndef DI_NO_USE_STD
6#include <utility>
7#else
8namespace std {
9template<typename T>
10struct tuple_size;
11
12template<di::types::size_t index, typename T>
13struct tuple_element;
14}
15#endif
constexpr auto tuple_size
Definition tuple_size.h:17
constexpr auto tuple_element
Definition tuple_element.h:16
Definition enable_generate_structed_bindings.h:46