Class AssertionFailureException::StreamFormatter

Nested Relationships

This class is a nested type of Class AssertionFailureException.

Class Documentation

class Acts::AssertionFailureException::StreamFormatter

Class which allows to use the << operator to assemble a string.

Public Functions

template<typename T>
StreamFormatter &operator<<(const T &value)

Stream operator which takes everything and forwards it to the stringstream.

Template Parameters
  • T: type of anything

Parameters
  • value: const ref to anything