Celeritas  0.5.0-56+6b053cd
Public Types | Static Public Member Functions | List of all members
celeritas::ContainerReprTraits< Container > Struct Template Reference

Get a string representation of a container of type T. More...

#include <Repr.hh>

Public Types

using value_type = typename ContTraits< Container >::value_type
 
using RT = ReprTraits< value_type >
 

Static Public Member Functions

static void init (std::ostream &os)
 
static void print_value (std::ostream &os, Container const &data)
 

Detailed Description

template<class Container>
struct celeritas::ContainerReprTraits< Container >

Get a string representation of a container of type T.


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