mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-16 15:14:13 +00:00
append 追加
random/linear_congruential.hpp 追加
This commit is contained in:
parent
f64cac529c
commit
77c3faa42e
11 changed files with 626 additions and 0 deletions
8
sprout/operation/append_front.hpp
Normal file
8
sprout/operation/append_front.hpp
Normal file
|
@ -0,0 +1,8 @@
|
|||
#ifndef SPROUT_OPERATION_APPEND_FRONT_HPP
|
||||
#define SPROUT_OPERATION_APPEND_FRONT_HPP
|
||||
|
||||
#include <sprout/config.hpp>
|
||||
#include <sprout/operation/fixed/append_front.hpp>
|
||||
#include <sprout/operation/fit/append_front.hpp>
|
||||
|
||||
#endif // #ifndef SPROUT_OPERATION_APPEND_FRONT_HPP
|
Loading…
Add table
Add a link
Reference in a new issue