Go to the source code of this file.
|
| template<typename Range > |
| auto | wfl::implementation::make_iterator_range (const variant_value_base *val, const Range &range) -> boost::iterator_range< variant_iterator > |
| |
| template<typename Func > |
| std::string | wfl::implementation::detail::serialize_value (const Func &op, const variant &value) |
| |
| template<typename Func > |
| std::string | wfl::implementation::detail::serialize_value (const Func &op, const std::pair< variant, variant > &value) |
| |
| template<typename Range , typename Func > |
| auto | wfl::implementation::detail::make_serialized_range (const Range &range, const Func &op) |
| |
| std::string | wfl::implementation::detail::serialize_empty (const std::vector< variant > &) |
| | WFL empty list literal. More...
|
| |
| std::string | wfl::implementation::detail::serialize_empty (const std::map< variant, variant > &) |
| | WFL empty map literal. More...
|
| |
| template<typename Range , typename Func > |
| std::string | wfl::implementation::to_string (const Range &range, const Func &op) |
| |
| template<typename Range , typename Func > |
| std::string | wfl::implementation::as_literal (const Range &range, const Func &op) |
| |