fix8  version 1.4.0
Open Source C++ FIX Framework
FIX8::null_insert Struct Reference

Template provides insert operator that inserts nothing. More...

#include <f8types.hpp>

Public Member Functions

template<typename T >
null_insertoperator<< (const T &)
 

Detailed Description

Template provides insert operator that inserts nothing.

Definition at line 382 of file f8types.hpp.

Member Function Documentation

template<typename T >
null_insert& FIX8::null_insert::operator<< ( const T &  )
inline

Definition at line 382 of file f8types.hpp.

References operator<<().

Referenced by operator<<().

382 { template <typename T> null_insert& operator<<(const T&) { return *this; } };
null_insert & operator<<(const T &)
Definition: f8types.hpp:382

The documentation for this struct was generated from the following file: