defines any traits that help with the implementation of arg_stream::call() and/or helper objects like arg_stream::chain.
More...
#include <arg_stream.hpp>
List of all members.
Detailed Description
template<typename T>
struct adobe::arg_stream::traits< T >
- Currently only communicates if the type T has a member function eof() (which returns whether there are any arguements left in the stream).
- This may be specialized by various arg_streams.
Definition at line 129 of file arg_stream.hpp.
Member Data Documentation