Go to the source code of this file.
◆ test_T2as()
Definition at line 7 of file test_T2as.cpp.
    8{
   10               "operator<<(T2as<3>)");
   12               "operator<<(T2as<1>)");
   13 
   15  std::stringstream ss("[[3,7],[13]]");
   16  ss >> t2as_1;
   20}
void test_for_zero(const T &t, const std::string &s)
void test_ostream(const T &t, const std::string &expected, const std::string &test_name)