2
0
mirror of https://github.com/boostorg/convert.git synced 2026-01-28 07:02:16 +00:00
Files
convert/example/example.hpp
2014-06-21 15:19:05 +10:00

22 lines
584 B
C++

// Copyright (c) 2009-2014 Vladimir Batov.
// Use, modification and distribution are subject to the Boost Software License,
// Version 1.0. See http://www.boost.org/LICENSE_1_0.txt.
#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 default_converter ();
static void stream ();
static void algorithms ();
};
#endif // BOOST_CONVERT_EXAMPLE_HPP