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