mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2024-11-14 10:39:05 +00:00
README 更新
This commit is contained in:
parent
f3a7041250
commit
16dfd793ab
1 changed files with 34 additions and 4 deletions
38
README
38
README
|
@ -6,14 +6,44 @@ C++11 constexpr based Mutating-Algorithms and Container-Operations
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
インストール
|
*インストール
|
||||||
|
|
||||||
<sprout/*> を参照できるようライブラリのディレクトリにパスを通す。
|
<sprout/*> を参照できるようライブラリのディレクトリにパスを通す。
|
||||||
このライブラリはヘッダオンリーで使える。
|
このライブラリはヘッダオンリーで使える。
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
コンフィグ用ユーザマクロ
|
*主なコンテンツ
|
||||||
|
|
||||||
|
constexpr コンテナ
|
||||||
|
sprout/array.hpp
|
||||||
|
sprout/string.hpp
|
||||||
|
|
||||||
|
constexpr アルゴリズム
|
||||||
|
sprout/algorithm.hpp
|
||||||
|
|
||||||
|
constexpr 範囲アルゴリズム
|
||||||
|
sprout/range/algorithm.hpp
|
||||||
|
|
||||||
|
constexpr コンテナ操作
|
||||||
|
sprout/operation.hpp
|
||||||
|
|
||||||
|
constexpr 乱数
|
||||||
|
sprout/random.hpp
|
||||||
|
|
||||||
|
constexpr ハッシュ関数
|
||||||
|
sprout/functional/hash.hpp
|
||||||
|
|
||||||
|
コンテナアダプタ
|
||||||
|
sprout/sub_array.hpp
|
||||||
|
sprout/null_array.hpp
|
||||||
|
|
||||||
|
コンテナ特性
|
||||||
|
sprout/fixed_container.hpp
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
*コンフィグ用ユーザマクロ
|
||||||
|
|
||||||
#define SPROUT_CONFIG_DISABLE_CONSTEXPR
|
#define SPROUT_CONFIG_DISABLE_CONSTEXPR
|
||||||
このマクロが定義されているとき、関数は constexpr として宣言されない。
|
このマクロが定義されているとき、関数は constexpr として宣言されない。
|
||||||
|
@ -35,7 +65,7 @@ https://github.com/sscrisk/CEL---ConstExpr-Library
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
作者
|
*作者
|
||||||
|
|
||||||
Bolero MURAKAMI
|
Bolero MURAKAMI
|
||||||
Blog: http://d.hatena.ne.jp/boleros/
|
Blog: http://d.hatena.ne.jp/boleros/
|
||||||
|
@ -44,7 +74,7 @@ Mail: contact-lib@boleros.x0.com
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
著作権等
|
*著作権等
|
||||||
|
|
||||||
このライブラリは Boost Software License の元で公開されています。
|
このライブラリは Boost Software License の元で公開されています。
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue