posix_time.hpp
来自「CGAL is a collaborative effort of severa」· HPP 代码 · 共 30 行
HPP
30 行
#ifndef POSIX_TIME_HPP___#define POSIX_TIME_HPP___/* Copyright (c) 2002-2004 CrystalClear Software, Inc. * Use, modification and distribution is subject to the * Boost Software License, Version 1.0. (See accompanying * file LICENSE-1.0 or http://www.boost.org/LICENSE-1.0) * Author: Jeff Garland, Bart Garst * $Date: 2004/11/20 10:36:42 $ *//*!@file posix_time.hpp Global header file to get all of posix time types */#include "boost/date_time/compiler_config.hpp"#include "boost/date_time/posix_time/ptime.hpp"#if defined(BOOST_DATE_TIME_OPTIONAL_GREGORIAN_TYPES)#include "boost/date_time/posix_time/date_duration_operators.hpp"#endif#if defined(BOOST_DATE_TIME_INCLUDE_LIMITED_HEADERS)#include "boost/date_time/posix_time/time_formatters_limited.hpp"#else#include "boost/date_time/posix_time/time_formatters.hpp"#endif#include "boost/date_time/posix_time/time_parsers.hpp"#include "boost/date_time/posix_time/conversion.hpp"#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?