2
0
mirror of https://github.com/boostorg/convert.git synced 2026-01-30 19:52:17 +00:00
Files
convert/example/example.hpp
2014-06-07 23:54:55 +10:00

20 lines
362 B
C++

#ifndef BOOST_CONVERT_EXAMPLE_HPP
#define BOOST_CONVERT_EXAMPLE_HPP
#include <boost/detail/lightweight_test.hpp>
struct example
{
static void getting_started ();
static void getting_serious ();
static void lexical_cast ();
struct algorithm
{
static void strings_to_ints_simple();
};
};
#endif // BOOST_CONVERT_EXAMPLE_HPP