CCF
Loading...
Searching...
No Matches
Classes | Static Public Attributes | List of all members
serializer::details::TupMatcher< Tup > Struct Template Reference

#include <serializer.h>

Classes

struct  close_enough
 
struct  close_enough_at
 
struct  close_enough_from
 
struct  close_enough_from< I, T, Ts... >
 
struct  correct_size
 

Static Public Attributes

static constexpr size_t TupSize = std::tuple_size_v<Tup>
 
template<typename... Ts>
static constexpr bool correct_size_v = correct_size<Ts...>::value
 
template<typename... Ts>
static constexpr bool close_enough_v = close_enough<Ts...>::value
 

Member Data Documentation

◆ close_enough_v

template<typename Tup >
template<typename... Ts>
constexpr bool serializer::details::TupMatcher< Tup >::close_enough_v = close_enough<Ts...>::value
staticconstexpr

◆ correct_size_v

template<typename Tup >
template<typename... Ts>
constexpr bool serializer::details::TupMatcher< Tup >::correct_size_v = correct_size<Ts...>::value
staticconstexpr

◆ TupSize

template<typename Tup >
constexpr size_t serializer::details::TupMatcher< Tup >::TupSize = std::tuple_size_v<Tup>
staticconstexpr

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