Tatooine
include
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
//==============================================================================
6
namespace
tatooine
{
7
//==============================================================================
8
template
<
typename
Real>
9
auto
parse
(std::string
const
&
/*to_parse*/
) -> Real;
10
//==============================================================================
11
}
// namespace tatooine
12
//==============================================================================
13
#endif
tatooine
Definition:
algorithm.h:6
tatooine::parse
auto parse(std::string const &) -> Real
Generated by
1.9.5