codex
Loading...
Searching...
No Matches
fields.hpp File Reference
#include "detail/fields.hpp"
Include dependency graph for fields.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  codex
 
namespace  codex::refl
 

Functions

template<typename T , std::size_t ... N>
constexpr std::size_t codex::refl::field_count (void)
 Number of fields in the struct T.
 
template<typename T , std::size_t ... N>
requires (requires { T{detail::to_any<N>{}...}; })
constexpr std::size_t codex::refl::field_count (void)
 Number of fields in the struct T.
 
template<typename T >
auto codex::refl::field_tuple (T &&t)
 Constructs a tuple of references to each field of T, in order.