Celeritas  0.5.0-56+6b053cd
Public Attributes | List of all members
celeritas::StreamableVariant< T > Struct Template Reference

Helper class to print a variant to a stream. More...

#include <StreamableVariant.hh>

Public Attributes

value
 

Detailed Description

template<class T>
struct celeritas::StreamableVariant< T >

Helper class to print a variant to a stream.

Example:

std::cout << StreamableVariant{surface} << std::endl;

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