Nugget
Loading...
Searching...
No Matches
Classes | Namespaces | Concepts
fragment-concept.hh File Reference
#include <stddef.h>
#include <concepts>
#include <type_traits>
Include dependency graph for fragment-concept.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  psyqo::has_explicit_copy_constructor< T, Enable >
 
struct  psyqo::has_explicit_copy_constructor< T, typename std::enable_if< std::is_copy_constructible_v< T > &&!std::is_convertible_v< const T &, T > >::type >
 

Namespaces

namespace  psyqo
 

Concepts

concept  psyqo::Fragment
 The Fragment concept.