#include <validate.h>
|
| using | NT = rfl::named_tuple_t<StructType> |
| |
|
| static void | check (const toml::table *tbl, const std::string ¤t_path, std::vector< std::string > &missing) |
| |
|
| template<typename TupleType> |
| static void | check_tuple (const toml::table *tbl, const std::string &path, std::vector< std::string > &missing) |
| |
| template<typename Field> |
| static void | check_field (const toml::table *tbl, const std::string &path, std::vector< std::string > &missing) |
| |
◆ NT
template<typename StructType>
◆ check()
template<typename StructType>
◆ check_field()
template<typename StructType>
template<typename Field>
◆ check_tuple()
template<typename StructType>
template<typename TupleType>
The documentation for this struct was generated from the following file: