mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
sprout/operation/fixed/realign_to.hpp 仕様変更
sprout/algorithm/string/join.hpp 仕様変更
This commit is contained in:
parent
c2b7bcd46b
commit
488df1e685
4 changed files with 184 additions and 61 deletions
|
@ -17,11 +17,7 @@ namespace sprout {
|
|||
template<typename Result, typename Container>
|
||||
struct realign_to {
|
||||
public:
|
||||
typedef typename sprout::rebind_fixed_size<
|
||||
Result
|
||||
>::template apply<
|
||||
sprout::fixed_container_traits<Container>::fixed_size
|
||||
>::type type;
|
||||
typedef typename sprout::fixed_container_traits<Result>::clone_type type;
|
||||
};
|
||||
} // namespace result_of
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue