1 #ifndef SIPLASPLAS_TYPEERASURE_CONCEPTS_CONCEPT_HPP     2 #define SIPLASPLAS_TYPEERASURE_CONCEPTS_CONCEPT_HPP    27 template<
bool Result, 
bool NoExcept = false>
    28 class Concept : 
public std::integral_constant<bool, Result>
    31     static constexpr 
bool no_except = NoExcept;
    34 template<
bool Result, 
bool NoExcept>
    41 #endif // SIPLASPLAS_TYPEERASURE_CONCEPTS_CONCEPT_HPP Definition: canary_allocator.hpp:7
 
Represents a concept. 
Definition: concept.hpp:28