CNORXZ
Container with Native Operation Routines and Expressions
Loading...
Searching...
No Matches
to_string.cc
Go to the documentation of this file.
1// -*- C++ -*-
14#include "base/base.h"
15
16namespace CNORXZ
17{
19 {
20 return a;
21 }
22
24 {
25 return a.str();
26 }
27}
basic headers
String str() const
Definition dtype.h:66
std::string String
Definition types.h:42
static String func(const T &a)