Tatooine
parse.h
Go to the documentation of this file.
1#ifndef TATOOINE_PARSE_H
2#define TATOOINE_PARSE_H
3//==============================================================================
4#include <string>
5//==============================================================================
6namespace tatooine {
7//==============================================================================
8template <typename Real>
9auto parse(std::string const & /*to_parse*/) -> Real;
10//==============================================================================
11} // namespace tatooine
12//==============================================================================
13#endif
Definition: algorithm.h:6
auto parse(std::string const &) -> Real