mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
add sized_pit container
This commit is contained in:
parent
d611090972
commit
0abea1678c
12 changed files with 577 additions and 28 deletions
19
sprout/sized_pit.hpp
Normal file
19
sprout/sized_pit.hpp
Normal file
|
@ -0,0 +1,19 @@
|
|||
/*=============================================================================
|
||||
Copyright (c) 2011-2016 Bolero MURAKAMI
|
||||
https://github.com/bolero-MURAKAMI/Sprout
|
||||
|
||||
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)
|
||||
=============================================================================*/
|
||||
#ifndef SPROUT_SIZED_PIT_HPP
|
||||
#define SPROUT_SIZED_PIT_HPP
|
||||
|
||||
#include <sprout/config.hpp>
|
||||
#include <sprout/sized_pit/sized_pit.hpp>
|
||||
#include <sprout/sized_pit/container.hpp>
|
||||
#include <sprout/sized_pit/comparison.hpp>
|
||||
#include <sprout/sized_pit/hash.hpp>
|
||||
#include <sprout/sized_pit/tuple.hpp>
|
||||
#include <sprout/sized_pit/type_traits.hpp>
|
||||
|
||||
#endif // #ifndef SPROUT_SIZED_PIT_HPP
|
Loading…
Add table
Add a link
Reference in a new issue