Adobe Source Libraries 1.49.0
A collection of C++ libraries.
Loading...
Searching...
No Matches
traits< T > Struct Template Reference

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>

Static Public Attributes

static const bool has_eof_member

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 106 of file arg_stream.hpp.

Member Data Documentation

◆ has_eof_member

template<typename T>
const bool has_eof_member
static

Definition at line 107 of file arg_stream.hpp.