mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-12 14:54:10 +00:00
add rebind_type container metafunction
This commit is contained in:
parent
802f2fbaed
commit
dd58135a93
7 changed files with 174 additions and 0 deletions
|
@ -52,6 +52,11 @@ namespace sprout {
|
|||
public:
|
||||
typedef sprout::basic_string<T, Size, Traits> type;
|
||||
};
|
||||
template<typename Type>
|
||||
struct rebind_type {
|
||||
public:
|
||||
typedef sprout::basic_string<Type, N, Traits> type;
|
||||
};
|
||||
};
|
||||
} // namespace sprout
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue