2
0
mirror of https://github.com/boostorg/convert.git synced 2026-01-27 18:52:16 +00:00
Files
convert/example/example.hpp
2014-06-03 14:37:54 +10:00

16 lines
243 B
C++

#ifndef BOOST_CONVERT_EXAMPLE_HPP
#define BOOST_CONVERT_EXAMPLE_HPP
struct example
{
static void getting_started();
struct algorithm
{
static void strings_to_ints_simple();
};
};
#endif // BOOST_CONVERT_EXAMPLE_HPP