2
0
mirror of https://github.com/boostorg/convert.git synced 2026-01-27 18:52:16 +00:00
Files
convert/example/example.hpp
Vladimir Batov 0057339f7f working docs
2014-06-13 23:57:06 +10:00

17 lines
353 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 ();
static void sstream ();
static void algorithms ();
};
#endif // BOOST_CONVERT_EXAMPLE_HPP