mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-02-09 09:53:57 +00:00
8 lines
275 B
C++
8 lines
275 B
C++
#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
|