EnTT
4.0.0
Loading...
Searching...
No Matches
src
entt
stl
algorithm.hpp
1
#ifndef ENTT_STL_ALGORITHM_HPP
2
#define ENTT_STL_ALGORITHM_HPP
3
5
#if __has_include(<entt/ext/stl/algorithm.hpp>)
6
# include <entt/ext/stl/algorithm.hpp>
7
#else
8
# include <algorithm>
9
10
namespace
entt::stl
{
11
12
using
std::all_of;
13
using
std::any_of;
14
using
std::find_if;
15
using
std::none_of;
16
using
std::sort;
17
18
}
// namespace entt::stl
19
#endif
21
22
#endif
entt::stl
Custom EnTT namespace for the standard template library.
Definition
entt.hpp:5
Generated by
1.14.0