ADTF
Loading...
Searching...
No Matches
base.h
Go to the documentation of this file.
1
14
15#ifndef A_UTIL_BASE_HEADER_INCLUDED
16#define A_UTIL_BASE_HEADER_INCLUDED
17
24namespace a_util {
26namespace experimental {
27}
28} // namespace a_util
29
31#include <a_util/base/error.h>
33#include <a_util/base/source_location.h>
35#include <a_util/base/types.h>
36
37#endif // A_UTIL_BASE_HEADER_INCLUDED
Serves as component for features which are considered experimental.
Definition base.h:26
Serves as the root component, with common functionality documented in core functionality.
Definition base.h:24