CETL 0.0.0
 
Loading...
Searching...
No Matches
utility.hpp File Reference
#include <cstddef>
#include <utility>
#include <type_traits>
Include dependency graph for utility.hpp:
This graph shows which files directly or indirectly include this file:

Classes

struct  cetl::pf17::in_place_t
 
struct  cetl::pf17::in_place_type_t< T >
 
struct  cetl::pf17::in_place_index_t< I >
 

Namespaces

namespace  cetl
 
namespace  cetl::pf17
 

Variables

constexpr in_place_t cetl::pf17::in_place {}
 
template<typename T>
constexpr in_place_type_t< T > cetl::pf17::in_place_type {}
 
template<std::size_t I>
constexpr in_place_index_t< I > cetl::pf17::in_place_index {}
 

Detailed Description

Defines C++17 entities from the utility header.