mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-04 14:14:09 +00:00
add README.rst
This commit is contained in:
parent
1944a437e3
commit
3acc1ac301
4 changed files with 56 additions and 410 deletions
|
@ -30,10 +30,7 @@ namespace sprout {
|
|||
// make_common_array
|
||||
//
|
||||
template<typename... Types>
|
||||
inline SPROUT_CONSTEXPR sprout::array<
|
||||
typename sprout::common_decay<Types&&...>::type,
|
||||
sizeof...(Types)
|
||||
>
|
||||
inline SPROUT_CONSTEXPR sprout::array<typename sprout::common_decay<Types&&...>::type, sizeof...(Types)>
|
||||
make_common_array(Types&&... args) {
|
||||
typedef sprout::array<
|
||||
typename sprout::common_decay<Types&&...>::type,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue