$darkmode
map.hpp File Reference
#include <limits>
#include <map>
#include <optional>
#include <regex>
#include <string>
#include <utility>
#include <vector>
#include <fable/schema/interface.hpp>
Include dependency graph for map.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  fable::schema::Map< T, P >
 

Functions

template<typename T , typename P >
Map< T, P > fable::schema::make_schema (std::map< std::string, T > *ptr, P prototype, std::string desc)
 
template<typename T >
Map< T, decltype(make_prototype< T >))> fable::schema::make_schema (std::map< std::string, T > *ptr, std::string desc)
 

Detailed Description