check_ostream_impl< bool > Struct Reference

Static Public Member Functions

static void run ()
 

Member Function Documentation

◆ run()

static void check_ostream_impl< bool >::run ( )
inlinestatic
28  {
29  const Array<bool, 1, 2> array(1, 0);
30  std::ostringstream ss;
31  ss << array;
32  VERIFY(ss.str() == "1 0");
33  };
General-purpose arrays with easy API for coefficient-wise operations.
Definition: Array.h:48
#define VERIFY(a)
Definition: main.h:362
std::array< T, N > array
Definition: EmulateArray.h:231

References VERIFY.


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