Helper classes and function for compile-time container initialization. More...
#include <type_traits>
#include <utility>
#include <array>
#include <vector>
Go to the source code of this file.
Classes | |
class | oglplus::ListOf< T > |
Helper class template that can be used for static container initialization. More... | |
Namespaces | |
oglplus | |
All definitions of OGLplus are nested in the oglplus namespace. | |
Functions | |
template<typename T > | |
aux::ListInitializer< T, 0 > | oglplus::List (T value) |
Helper function template that can be used for static container initialization. More... | |
Helper classes and function for compile-time container initialization.
Copyright 2010-2014 Matus Chochlik. Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)