Celeritas 0.6.0-dev.115+3b60a5fd
Loading...
Searching...
No Matches
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

T 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;
Helper class to print a variant to a stream.
Definition StreamableVariant.hh:29

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