nngn
|
#include <concepts>
#include <cstddef>
#include <type_traits>
#include <version>
Go to the source code of this file.
Namespaces | |
namespace | nngn |
namespace | nngn::detail |
Concepts | |
concept | nngn::integral |
concept | nngn::unsigned_integral |
concept | nngn::arithmetic |
concept | nngn::char_type |
concept | nngn::byte_type |
concept | nngn::pointer |
concept | nngn::byte_pointer |
concept | nngn::member_pointer |
concept | nngn::function |
concept | nngn::c_function_pointer |
concept | nngn::member_function_pointer |
concept | nngn::function_pointer |
concept | nngn::lvalue_ref |
concept | nngn::rvalue_ref |
concept | nngn::enum_ |
concept | nngn::c_enum |
concept | nngn::scoped_enum |
concept | nngn::stateless_lambda |
Variables | |
template<typename > | |
constexpr bool | nngn::detail::is_stateless_lambda = false |