#include <iterator>
#include <kjk/null_output_iterator.h>
Go to the source code of this file.
|
| template<class Traits > |
| bool | kjk::details::is_separator (typename Traits::int_type c) |
| |
| template<class Elem , class Traits , class InIter , class OutIter > |
| InIter | kjk::copy_argument (InIter cur, InIter end, OutIter arg) |
| |
| template<class InIter , class OutIter > |
| InIter | kjk::copy_argument (InIter cur, InIter end, OutIter arg) |
| |
| template<class Elem , class Traits , class InIter > |
| InIter | kjk::skip_argument (InIter cur, InIter end) |
| |
| template<class InIter > |
| InIter | kjk::skip_argument (InIter cur, InIter end) |
| |