mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
[desuructive changes] container traits new interface [破壊的変更]
This commit is contained in:
parent
52a2178ac1
commit
ad60c8c530
356 changed files with 3183 additions and 3251 deletions
19
sprout/container/metafunctions.hpp
Normal file
19
sprout/container/metafunctions.hpp
Normal file
|
@ -0,0 +1,19 @@
|
|||
#ifndef SPROUT_CONTAINER_METAFUNCTIONS_HPP
|
||||
#define SPROUT_CONTAINER_METAFUNCTIONS_HPP
|
||||
|
||||
#include <sprout/config.hpp>
|
||||
#include <sprout/container/value_type.hpp>
|
||||
#include <sprout/container/iterator.hpp>
|
||||
#include <sprout/container/const_iterator.hpp>
|
||||
#include <sprout/container/reference.hpp>
|
||||
#include <sprout/container/const_reference.hpp>
|
||||
#include <sprout/container/size_type.hpp>
|
||||
#include <sprout/container/difference_type.hpp>
|
||||
#include <sprout/container/pointer.hpp>
|
||||
#include <sprout/container/const_pointer.hpp>
|
||||
#include <sprout/container/static_size.hpp>
|
||||
#include <sprout/container/copied_type.hpp>
|
||||
#include <sprout/container/rebind_size.hpp>
|
||||
#include <sprout/container/internal.hpp>
|
||||
|
||||
#endif // #ifndef SPROUT_CONTAINER_METAFUNCTIONS_HPP
|
Loading…
Add table
Add a link
Reference in a new issue