Adobe Source Libraries 1.49.0
A collection of C++ libraries.
Loading...
Searching...
No Matches
if_range_base< NoThrow, isRange > Struct Template Reference

#include <dictionary_arg_stream.hpp>

Static Public Member Functions

template<typename F, typename Dictionary, typename InputRange>
static arg_stream::result_type< F >::type call (F f, Dictionary const &dict, InputRange const &range)

Detailed Description

template<typename NoThrow = std::nothrow_t, bool isRange = true>
struct adobe::dictionary_arg_stream_detail::if_range_base< NoThrow, isRange >

Definition at line 206 of file dictionary_arg_stream.hpp.

Member Function Documentation

◆ call()

template<typename NoThrow = std::nothrow_t, bool isRange = true>
template<typename F, typename Dictionary, typename InputRange>
arg_stream::result_type< F >::type call ( F f,
Dictionary const & dict,
InputRange const & range )
static

Definition at line 208 of file dictionary_arg_stream.hpp.