mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-04 14:14:09 +00:00
最初
This commit is contained in:
commit
b3bb8121e8
362 changed files with 16820 additions and 0 deletions
18
sprout/fixed_container/mutable_reference.hpp
Normal file
18
sprout/fixed_container/mutable_reference.hpp
Normal file
|
@ -0,0 +1,18 @@
|
|||
#ifndef SPROUT_FIXED_CONTAINER_MUTABLE_REFERENCE_HPP
|
||||
#define SPROUT_FIXED_CONTAINER_MUTABLE_REFERENCE_HPP
|
||||
|
||||
#include <sprout/config.hpp>
|
||||
#include <sprout/fixed_container/traits.hpp>
|
||||
|
||||
namespace sprout {
|
||||
//
|
||||
// fixed_mutable_reference
|
||||
//
|
||||
template<typename Container>
|
||||
struct fixed_mutable_reference {
|
||||
public:
|
||||
typedef typename sprout::fixed_container_traits<Container>::reference type;
|
||||
};
|
||||
} // namespace sprout
|
||||
|
||||
#endif // #ifndef SPROUT_FIXED_CONTAINER_MUTABLE_REFERENCE_HPP
|
Loading…
Add table
Add a link
Reference in a new issue