Boost.UI
User Interface Boost library
boost
ui
def.hpp
Go to the documentation of this file.
1
// Copyright (c) 2017 Kolya Kosenko
2
3
// Distributed under the Boost Software License, Version 1.0.
4
// See http://www.boost.org/LICENSE_1_0.txt
5
7
8
#ifndef BOOST_UI_DEF_HPP
9
#define BOOST_UI_DEF_HPP
10
11
#include <
boost/ui/config.hpp
>
12
13
#ifdef BOOST_HAS_PRAGMA_ONCE
14
#pragma once
15
#endif
16
17
namespace
boost
{
18
namespace
ui {
19
20
#ifndef DOXYGEN
21
22
struct
nullopt_t {
23
nullopt_t(
int
) {}
24
};
25
26
extern
BOOST_UI_DECL nullopt_t nullopt;
27
28
#endif
29
30
}
// namespace ui
31
}
// namespace boost
32
33
#endif // BOOST_UI_DEF_HPP
config.hpp
Configuration options.
boost
Boost C++ libraries namespace.
Definition:
window.hpp:19
Generated by